Soumen commited on
Commit
521f423
·
1 Parent(s): c3af2cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main():
102
  Capture =False
103
  if Capture:
104
  camera_photo = c2.camera_input("Capture a photo to summarize: ", on_change=change_photo_state)
105
- st.image(camera_photo, caption='Uploaded Image', use_column_width=True)
106
 
107
  uploaded_photo = c3.file_uploader("Upload your Images/PDF",type=['jpg','png','jpeg','pdf'], on_change=change_photo_state)
108
  if st.session_state["photo"]=="done" or message:
 
102
  Capture =False
103
  if Capture:
104
  camera_photo = c2.camera_input("Capture a photo to summarize: ", on_change=change_photo_state)
105
+ st.image(camera_photo, caption='Uploaded Image', use_column_width=True)
106
 
107
  uploaded_photo = c3.file_uploader("Upload your Images/PDF",type=['jpg','png','jpeg','pdf'], on_change=change_photo_state)
108
  if st.session_state["photo"]=="done" or message: