Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ else:
|
|
149 |
|
150 |
col1, col2, col3 = st.columns([1, 2, 1])
|
151 |
with col2: # Camera input will be in the middle column
|
152 |
-
|
153 |
|
154 |
|
155 |
# Determine the source of the image (upload or camera)
|
|
|
149 |
|
150 |
col1, col2, col3 = st.columns([1, 2, 1])
|
151 |
with col2: # Camera input will be in the middle column
|
152 |
+
camera_image = st.camera_input("Take a picture")
|
153 |
|
154 |
|
155 |
# Determine the source of the image (upload or camera)
|