vumichien commited on
Commit
8a85af4
β€’
1 Parent(s): 87467fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ st.markdown(hide_streamlit_style, unsafe_allow_html=True)
53
 
54
  st.write(args.LANDINGPAGE_TITLE)
55
  st.sidebar.title(args.SIDEBAR_TITLE)
56
- method = st.sidebar.radio('Choose input source πŸ‘‡', options=['Image', 'Webcam'])
57
 
58
 
59
  # Load model
53
 
54
  st.write(args.LANDINGPAGE_TITLE)
55
  st.sidebar.title(args.SIDEBAR_TITLE)
56
+ method = st.sidebar.radio('Choose input source πŸ‘‡', options=['Image'])
57
 
58
 
59
  # Load model