Closed srini047 closed 1 year ago
Check the deployed app here (to test its working): https://srini047-sentiment-analysis-using-svm-app-streamlit-dev-jx27sj.streamlit.app/
@srini047 Remove the commented code from app.py
(lines 4-6
) and the cell containing %%writefile app.py
in the .ipynb
file
@jasmine1601 That results in an error.
body = p()
NameError: name 'p' is not defined
@srini047 I asked you to remove the commented code, not uncomment it.
@jasmine1601 Sorry for the misunderstanding. I have done the necessary changes. Please re-review my PR.
Related Issue
Fixes #2
Files that have been updated
Sentiment_Analyser
app.py
requirements.txt
Changes that have been made
Changed the sklearn version (inconsistency) which caused the error in the streamlit development.