ttcielott commited on
Commit
f0ad8e8
1 Parent(s): 4b834c2

revise if-clause

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ with col1:
26
  with col2:
27
  if camera:
28
  img = camera
29
- elif upload:
30
  img = upload
31
 
32
  st.image(img, width = 400)
 
26
  with col2:
27
  if camera:
28
  img = camera
29
+ if upload:
30
  img = upload
31
 
32
  st.image(img, width = 400)