Soumen commited on
Commit
bd9e8ec
·
1 Parent(s): b33cce8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -97,6 +97,7 @@ def main():
97
  with st.container():
98
  c1, c2, c3 = st.columns([2,2,1])
99
  message = c1.text_input("Type your text here!")
 
100
  if c2.button("Capture"):
101
  Capture = True
102
  if c2.button("Stop Camera"):
 
97
  with st.container():
98
  c1, c2, c3 = st.columns([2,2,1])
99
  message = c1.text_input("Type your text here!")
100
+ Capture=None
101
  if c2.button("Capture"):
102
  Capture = True
103
  if c2.button("Stop Camera"):