Harshitaraina commited on
Commit
4b8698f
1 Parent(s): 891f1bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -94,3 +94,4 @@ if st.button('Predict Score'):
94
  # Display the prediction result
95
  st.write(f"Predicted Total Score: {int(prediction[0])}")
96
 
 
 
94
  # Display the prediction result
95
  st.write(f"Predicted Total Score: {int(prediction[0])}")
96
 
97
+ streamlit run app.py