Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,12 +20,11 @@ st.title('Daily News with Sentiment Analysis')
|
|
| 20 |
st.sidebar.title('Input Parameters')
|
| 21 |
|
| 22 |
st.sidebar.markdown("""
|
| 23 |
-
### How to Use
|
| 24 |
-
1. **Enter
|
| 25 |
-
2. **
|
| 26 |
-
3. **View
|
| 27 |
-
4. **Sort
|
| 28 |
-
5. **Download Data**: Optionally, you can download the news data with sentiment analysis as a CSV file.
|
| 29 |
""")
|
| 30 |
|
| 31 |
ticker = st.sidebar.text_input('Enter Stock Ticker', 'AAPL')
|
|
|
|
| 20 |
st.sidebar.title('Input Parameters')
|
| 21 |
|
| 22 |
st.sidebar.markdown("""
|
| 23 |
+
### How to Use
|
| 24 |
+
1. **Enter Ticker**: Type the stock symbol (e.g., 'AAPL').
|
| 25 |
+
2. **Fetch News**: Click 'Get News' for the latest articles.
|
| 26 |
+
3. **View Sentiment**: See articles with sentiment scores (-1 to 1).
|
| 27 |
+
4. **Sort & Download**: Sort data and download as CSV if needed.
|
|
|
|
| 28 |
""")
|
| 29 |
|
| 30 |
ticker = st.sidebar.text_input('Enter Stock Ticker', 'AAPL')
|