Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -141,7 +141,7 @@ with st.sidebar:
|
|
| 141 |
# Changed from text input to dropdown for easier selection
|
| 142 |
ticker = st.selectbox(
|
| 143 |
"Ticker",
|
| 144 |
-
|
| 145 |
)
|
| 146 |
|
| 147 |
# Modified Date Logic: User selects Trading Period
|
|
|
|
| 141 |
# Changed from text input to dropdown for easier selection
|
| 142 |
ticker = st.selectbox(
|
| 143 |
"Ticker",
|
| 144 |
+
["BTC-USD", "BNB-USD", "BABA", "TSM", "AAPL", "SOL-USD", "NVDA", "GOOGL", "META", "MSFT", "AMZN", "TSLA", "AVGO", "ORCL", "AMD", "ETH-USD", "XRP-USD", "ADA-USD", "DOGE-USD"]
|
| 145 |
)
|
| 146 |
|
| 147 |
# Modified Date Logic: User selects Trading Period
|