Khushter-Kaifi commited on
Commit
29d8f20
·
1 Parent(s): c563b45

Updated App

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from transformers import pipeline
14
  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:")
 
14
  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:")