Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,8 @@ from transformers import pipeline
|
|
7 |
# Streamlit application title
|
8 |
st.title("Financial News Sentiment Analysis")
|
9 |
st.write("Identify the sentiment and look into the key point to help you make decisions.")
|
|
|
|
|
10 |
|
11 |
# Load the summarization and sentiment analysis pipelines
|
12 |
|
|
|
7 |
# Streamlit application title
|
8 |
st.title("Financial News Sentiment Analysis")
|
9 |
st.write("Identify the sentiment and look into the key point to help you make decisions.")
|
10 |
+
st.write("(Please ignore any errors shown before you enter a valid input)")
|
11 |
+
|
12 |
|
13 |
# Load the summarization and sentiment analysis pipelines
|
14 |
|