guidel commited on
Commit
dae6c2f
1 Parent(s): e66cce0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -60,6 +60,6 @@ with col_l:
60
  scores = classifier(image,
61
  candidate_labels = options)
62
 
63
- with col_r:
64
- #st.write(result)
65
- st.dataframe(scores)
 
60
  scores = classifier(image,
61
  candidate_labels = options)
62
 
63
+ with col_r:
64
+ #st.write(result)
65
+ st.dataframe(scores)