QuantumLearner commited on
Commit
dd9e1f0
·
verified ·
1 Parent(s): 55bb90f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.title('Daily News with Sentiment Analysis')
19
  # Sidebar inputs
20
  st.sidebar.title('Input Parameters')
21
 
22
- st.markdown(("""
23
  ### How to Use This App
24
  1. **Enter Stock Ticker**: Type the stock ticker symbol (e.g., 'AAPL' for Apple Inc.) in the sidebar.
25
  2. **Get News**: Click the 'Get News' button to fetch the latest news articles related to the entered stock ticker.
 
19
  # Sidebar inputs
20
  st.sidebar.title('Input Parameters')
21
 
22
+ st.markdown("""
23
  ### How to Use This App
24
  1. **Enter Stock Ticker**: Type the stock ticker symbol (e.g., 'AAPL' for Apple Inc.) in the sidebar.
25
  2. **Get News**: Click the 'Get News' button to fetch the latest news articles related to the entered stock ticker.