Update app.py
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ if submitted:
|
|
319 |
|
320 |
# Conversion_factor
|
321 |
st.header("")
|
322 |
-
predicted_3 = st.metric("Predicted
|
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="✅")
|