saadrizvi09 commited on
Commit
3f3c968
·
verified ·
1 Parent(s): 3a662b6

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- ["BTC-USD", "BNB-USD", "SOL-USD"]
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