Praneeth2606 commited on
Commit
dc70d4a
·
verified ·
1 Parent(s): 095d6cc

Update pages/5 Model Building.py

Browse files
Files changed (1) hide show
  1. pages/5 Model Building.py +1 -1
pages/5 Model Building.py CHANGED
@@ -31,7 +31,7 @@ st.markdown("""
31
  - Classification Report (Precision, Recall, F1-score)
32
  - Confusion Matrix
33
 
34
- The trained model demonstrated good performance on the test data and was exported as a `.pkl` file for deployment in the Hugging Face.
35
  """)
36
 
37
  if st.button("Go to Deployment >>"):
 
31
  - Classification Report (Precision, Recall, F1-score)
32
  - Confusion Matrix
33
 
34
+ The trained model demonstrated good performance on the test data and was exported as a `.pkl` file for deployment in the Streamlit app.
35
  """)
36
 
37
  if st.button("Go to Deployment >>"):