AI-ANK commited on
Commit
9a275cd
1 Parent(s): c13527d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- camera_image = st.camera_input("Take a picture")
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)