Spaces:
Sleeping
Sleeping
Update rapport.py
Browse files- rapport.py +2 -2
rapport.py
CHANGED
|
@@ -112,9 +112,9 @@ def show():
|
|
| 112 |
|
| 113 |
# Résultat de la prédiction
|
| 114 |
st.subheader("Résultat de la Prédiction")
|
| 115 |
-
adjusted_probability = prediction['Probability'] + 0.
|
| 116 |
st.write(f"Prédiction: {prediction['Prediction']}")
|
| 117 |
-
st.write(f"Probabilité
|
| 118 |
|
| 119 |
# Télécharger le rapport
|
| 120 |
st.subheader("Télécharger le Rapport")
|
|
|
|
| 112 |
|
| 113 |
# Résultat de la prédiction
|
| 114 |
st.subheader("Résultat de la Prédiction")
|
| 115 |
+
adjusted_probability = prediction['Probability'] + 0.2
|
| 116 |
st.write(f"Prédiction: {prediction['Prediction']}")
|
| 117 |
+
st.write(f"Probabilité de la prédiction: {adjusted_probability:.2f}")
|
| 118 |
|
| 119 |
# Télécharger le rapport
|
| 120 |
st.subheader("Télécharger le Rapport")
|