Amogha Y A commited on
Commit
8db06ae
·
1 Parent(s): ca8d909
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -55,7 +55,7 @@ if st.button("Generate"):
55
  # ==== Display Output ====
56
  st.success("✅ Prediction generated successfully!")
57
  st.write("### **Predicted Value:**")
58
- st.metric(label="Model Output", value=round(predict, 3))
59
 
60
  # Optional: Show input summary
61
  with st.expander("Show Input Data"):
 
55
  # ==== Display Output ====
56
  st.success("✅ Prediction generated successfully!")
57
  st.write("### **Predicted Value:**")
58
+ st.metric(label="Model Output", value=round(predict[0], 3))
59
 
60
  # Optional: Show input summary
61
  with st.expander("Show Input Data"):