QuantumLearner commited on
Commit
240cf4b
·
verified ·
1 Parent(s): 3eae18d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.sidebar.markdown("""
21
  1. **Enter Ticker**: Type the stock symbol (e.g., 'AAPL').
22
  2. **Fetch News**: Click 'Get News' for the latest articles.
23
  3. **View Sentiment**: See articles with sentiment scores (-1 to 1).
24
- 4. **Sort & Download**: Sort data and download as CSV if needed.
25
  """)
26
 
27
  # Wrapping the stock ticker input in an expander
 
21
  1. **Enter Ticker**: Type the stock symbol (e.g., 'AAPL').
22
  2. **Fetch News**: Click 'Get News' for the latest articles.
23
  3. **View Sentiment**: See articles with sentiment scores (-1 to 1).
24
+ 4. **Sort & Download**: Download as CSV if needed.
25
  """)
26
 
27
  # Wrapping the stock ticker input in an expander