Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
|
|
|
| 71 |
|
| 72 |
col2.header("Probabilities")
|
| 73 |
for idx,p in enumerate(predictions):
|
| 74 |
+
col2.text(f"{ <strong>models[idx]</strong> }: { round(p * 100, 2)}%")
|