Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ st.title('Daily News with Sentiment Analysis')
|
|
| 16 |
# Sidebar inputs
|
| 17 |
st.sidebar.title('Input Parameters')
|
| 18 |
|
| 19 |
-
with st.sidebar.expander("How to use:", expanded=
|
| 20 |
st.markdown("""
|
| 21 |
1. **Enter Ticker**: Type the stock symbol (e.g., 'AAPL').
|
| 22 |
2. **Fetch News**: Click 'Get News' for the latest articles.
|
|
|
|
| 16 |
# Sidebar inputs
|
| 17 |
st.sidebar.title('Input Parameters')
|
| 18 |
|
| 19 |
+
with st.sidebar.expander("How to use:", expanded=False):
|
| 20 |
st.markdown("""
|
| 21 |
1. **Enter Ticker**: Type the stock symbol (e.g., 'AAPL').
|
| 22 |
2. **Fetch News**: Click 'Get News' for the latest articles.
|