Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ st.markdown("""
|
|
30 |
st.title("\U0001F4CA Stock News Sentiment Analysis")
|
31 |
st.markdown("""
|
32 |
This tool analyzes the sentiment of news articles related to companies you mention in text.
|
33 |
-
\U0001F4A1 *Try input like:* `
|
34 |
**Note:** If news fetching fails, it may be due to changes in the Finviz website or access restrictions.
|
35 |
""")
|
36 |
|
|
|
30 |
st.title("\U0001F4CA Stock News Sentiment Analysis")
|
31 |
st.markdown("""
|
32 |
This tool analyzes the sentiment of news articles related to companies you mention in text.
|
33 |
+
\U0001F4A1 *Try input tickers like:* `AAPL, NKE, META`
|
34 |
**Note:** If news fetching fails, it may be due to changes in the Finviz website or access restrictions.
|
35 |
""")
|
36 |
|