Soumen commited on
Commit
4052e55
·
1 Parent(s): bf72d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def main():
98
  c1, c2, c3 = st.columns([2,2,1])
99
  message = c1.text_input("Type your text here!")
100
  Capture=True
101
- if c2.button("Capture"):
102
  camera_photo = c2.camera_input("Capture a photo to summarize: ", on_change=change_photo_state)
103
  if c2.button("Stop Camera"):
104
  Capture =False
 
98
  c1, c2, c3 = st.columns([2,2,1])
99
  message = c1.text_input("Type your text here!")
100
  Capture=True
101
+ if c2.button("Start Camera"):
102
  camera_photo = c2.camera_input("Capture a photo to summarize: ", on_change=change_photo_state)
103
  if c2.button("Stop Camera"):
104
  Capture =False