QuantumLearner commited on
Commit
cce7792
·
verified ·
1 Parent(s): 0d9ee57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ For further details, see:
125
  with st.sidebar:
126
  with st.expander("User Inputs", expanded=True):
127
  ticker = st.text_input(
128
- "Ticker", value="BTC-USD",
129
  help="Enter the ticker symbol or cryptopair (e.g., 'AAPL', 'BTC-USD')."
130
  )
131
  start_date = st.date_input(
 
125
  with st.sidebar:
126
  with st.expander("User Inputs", expanded=True):
127
  ticker = st.text_input(
128
+ "Ticker", value="CVNA",
129
  help="Enter the ticker symbol or cryptopair (e.g., 'AAPL', 'BTC-USD')."
130
  )
131
  start_date = st.date_input(