ElBeh commited on
Commit
f996c82
·
verified ·
1 Parent(s): ac7ff34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ if file_name is not None:
29
 
30
  col2.header("Probabilities")
31
  for idx,p in enumerate(predictions):
32
- col2.subheader(f"{ idx }: { round(p * 100, 2)}%")
 
29
 
30
  col2.header("Probabilities")
31
  for idx,p in enumerate(predictions):
32
+ col2.subheader(f"{ models[idx] }: { round(p * 100, 2)}%")