LinkLinkWu commited on
Commit
28c2a98
·
verified ·
1 Parent(s): 5fcba14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:* `I want to check Apple, Tesla, and Microsoft.`
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