IKRAMELHADI commited on
Commit ·
a8b2634
1
Parent(s): d92370b
modif interpretation results
Browse files
app.py
CHANGED
|
@@ -165,9 +165,7 @@ def interpret_results(avg_class: int, dl_class: int) -> str:
|
|
| 165 |
|
| 166 |
return (
|
| 167 |
"🧠 <b>Interprétation</b> :<br>"
|
| 168 |
-
f"
|
| 169 |
-
f"- Popularité : <b>{downloads_txt}</b><br><br>"
|
| 170 |
-
f"👉 Potentiel estimé : <b>{potentiel}</b> — {detail}"
|
| 171 |
)
|
| 172 |
|
| 173 |
|
|
|
|
| 165 |
|
| 166 |
return (
|
| 167 |
"🧠 <b>Interprétation</b> :<br>"
|
| 168 |
+
f"Potentiel estimé : <b>{potentiel}</b> — {detail}"
|
|
|
|
|
|
|
| 169 |
)
|
| 170 |
|
| 171 |
|