Spaces:
Build error
Build error
Update app.py
Browse files
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("
|
| 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
|