ninafr8175 commited on
Commit ·
bf91db4
1
Parent(s): 41f6057
update dashboard 5
Browse files
app.py
CHANGED
|
@@ -216,7 +216,7 @@ sinon → *no_fire*.
|
|
| 216 |
with st.expander("📊 Performances du modèle (validation) – ⚠️ Valeurs fictives pour EfficientnetB0 Baseline"):
|
| 217 |
st.markdown(
|
| 218 |
f"""
|
| 219 |
-
|
|
| 220 |
|----------------------|-------|
|
| 221 |
| Accuracy | {metrics.get('accuracy', 'non disponible')} |
|
| 222 |
| Precision (fire) | {metrics.get('precision', 'non disponible')} |
|
|
|
|
| 216 |
with st.expander("📊 Performances du modèle (validation) – ⚠️ Valeurs fictives pour EfficientnetB0 Baseline"):
|
| 217 |
st.markdown(
|
| 218 |
f"""
|
| 219 |
+
| Métriques | Valeurs |
|
| 220 |
|----------------------|-------|
|
| 221 |
| Accuracy | {metrics.get('accuracy', 'non disponible')} |
|
| 222 |
| Precision (fire) | {metrics.get('precision', 'non disponible')} |
|