IKRAMELHADI commited on
Commit
a8b2634
·
1 Parent(s): d92370b

modif interpretation results

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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"- Qualité perçue : <b>{rating_txt}</b><br>"
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