Vikas01 commited on
Commit
9afd07c
·
1 Parent(s): 78d1b5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def attend():
82
  img_file_buffer=st.camera_input("Take a picture")
83
  if img_file_buffer is not None:
84
 
85
-
86
  # test_image = Image.open()
87
  st.image(img_file_buffer)
88
 
 
82
  img_file_buffer=st.camera_input("Take a picture")
83
  if img_file_buffer is not None:
84
 
85
+ st.write("yes there is image")
86
  # test_image = Image.open()
87
  st.image(img_file_buffer)
88