ElBeh commited on
Commit
159f9c6
·
verified ·
1 Parent(s): ed7a1ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ if file_name is not None:
71
 
72
  col2.header("Probabilities")
73
  for idx,p in enumerate(predictions):
74
- col2.text(f"{ <strong>models[idx]</strong> }: { round(p * 100, 2)}%")
 
71
 
72
  col2.header("Probabilities")
73
  for idx,p in enumerate(predictions):
74
+ col2.text(f"{ models[idx] }: { round(p * 100, 2)}%")