Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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(
|