sadickam commited on
Commit
02b8e1f
·
1 Parent(s): c623cd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ if submitted:
319
 
320
  # Conversion_factor
321
  st.header("")
322
- predicted_3 = st.metric("Predicted ExtraOver", sorted_preds_3[0][0])
323
  Prediction_confidence_3 = st.metric("Prediction confidence", (str(round(sorted_preds_3[0][1] * 100, 1)) + "%"))
324
 
325
  st.success("Great! Predictions successfully predicted. ", icon="✅")
 
319
 
320
  # Conversion_factor
321
  st.header("")
322
+ predicted_3 = st.metric("Predicted Conversion_factor", sorted_preds_3[0][0])
323
  Prediction_confidence_3 = st.metric("Prediction confidence", (str(round(sorted_preds_3[0][1] * 100, 1)) + "%"))
324
 
325
  st.success("Great! Predictions successfully predicted. ", icon="✅")