A streamlit Python web app to analyze sentiment in a CSV file and add the sentiment values to the file.
Step-by-Step Procedure:
Step:1 Install Streamlit Library:
pip install streamlit
Step:2 Install Textblob Library:
pip install -U textblob
Step:3 Install Cleantext Library:
pip install cleantext
Step:4 Run your app:
streamlit run main.py