Khushter-Kaifi commited on
Commit
4751128
Β·
1 Parent(s): e1026d5

Update App

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ sentiment_pipeline = pipeline("sentiment-analysis")
15
 
16
  # Sets the title of the Streamlit web application
17
  st.title("Financial Sentiment Analysis Using HuggingFace 😊 \n Team Name:- Free Thinkers")
 
18
 
19
  # Displays a text input box where the user can enter a sentence for sentiment analysis.
20
  st.write("Enter a Sentence to Analyze the Sentiment:")
 
15
 
16
  # Sets the title of the Streamlit web application
17
  st.title("Financial Sentiment Analysis Using HuggingFace 😊 \n Team Name:- Free Thinkers")
18
+ st.title("Local Push")
19
 
20
  # Displays a text input box where the user can enter a sentence for sentiment analysis.
21
  st.write("Enter a Sentence to Analyze the Sentiment:")