Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.sidebar.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.
|