lampongyuen commited on
Commit
a18ee69
1 Parent(s): dd96a34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- import cv2
3
 
4
  def main():
5
  st.set_page_config(page_title="Streamlit WebCam App")
 
1
  import streamlit as st
2
+ import opencv as cv2
3
 
4
  def main():
5
  st.set_page_config(page_title="Streamlit WebCam App")