Spaces:
Sleeping
Sleeping
Falcao Zane Vijay
commited on
Commit
Β·
9537a59
1
Parent(s):
420ac85
deploy #9
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -130,7 +130,7 @@ st.sidebar.header("π Configuration")
|
|
130 |
|
131 |
# Common inputs
|
132 |
selected_stock = st.sidebar.selectbox("Select Stock Symbol", STOCK_SYMBOLS, index=35)
|
133 |
-
start_date = st.sidebar.date_input("Start Date", value=datetime(
|
134 |
end_date = st.sidebar.date_input("End Date", value=datetime.now())
|
135 |
|
136 |
st.sidebar.subheader("π Technical Indicators")
|
|
|
130 |
|
131 |
# Common inputs
|
132 |
selected_stock = st.sidebar.selectbox("Select Stock Symbol", STOCK_SYMBOLS, index=35)
|
133 |
+
start_date = st.sidebar.date_input("Start Date", value=datetime(2023, 1, 1))
|
134 |
end_date = st.sidebar.date_input("End Date", value=datetime.now())
|
135 |
|
136 |
st.sidebar.subheader("π Technical Indicators")
|