roselyu commited on
Commit
f69a343
·
verified ·
1 Parent(s): 9af4e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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