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

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.markdown(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"{ <strong>models[idx]</strong> }: { round(p * 100, 2)}%")