SerenaTOUM commited on
Commit
90b1dfc
·
verified ·
1 Parent(s): 8d8160a

Update rapport.py

Browse files
Files changed (1) hide show
  1. 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.6
116
  st.write(f"Prédiction: {prediction['Prediction']}")
117
- st.write(f"Probabilité ajustée: {adjusted_probability:.2f}")
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")