ElBeh commited on
Commit
92f6098
·
verified ·
1 Parent(s): 6c333b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,6 +100,6 @@ if file_name is not None:
100
  else:
101
  col2.header("Probabilities")
102
  if crop:
103
- st.button("re-run classification")
104
  for idx,p in enumerate(predictions):
105
  col2.text(f"{ models[idx] }: { round(p * 100, 2)}%")
 
100
  else:
101
  col2.header("Probabilities")
102
  if crop:
103
+ st.button("re-crop")
104
  for idx,p in enumerate(predictions):
105
  col2.text(f"{ models[idx] }: { round(p * 100, 2)}%")