kristyc commited on
Commit
50f01e1
·
1 Parent(s): 621e425

Edit the camera description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ st.markdown("This is a demo of hand and finger tracking using [Google's MediaPip
34
  col1, col2 = st.columns(2)
35
 
36
  with col1:
37
- picture = st.camera_input("Take a picture")
38
  draw_background = st.checkbox("Draw background", value=True)
39
  selected_connection = st.selectbox("Select connections to draw", list(connections.keys()))
40
 
 
34
  col1, col2 = st.columns(2)
35
 
36
  with col1:
37
+ picture = st.camera_input("Take a picture with one or both hands in the shot")
38
  draw_background = st.checkbox("Draw background", value=True)
39
  selected_connection = st.selectbox("Select connections to draw", list(connections.keys()))
40