lampongyuen commited on
Commit
bf1822d
1 Parent(s): 97151c8

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 opencv as cv2
3
 
4
  def main():
5
  st.set_page_config(page_title="Streamlit WebCam App")
 
1
  import streamlit as st
2
+ import cv2
3
 
4
  def main():
5
  st.set_page_config(page_title="Streamlit WebCam App")