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

Update app.py

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