Falcao Zane Vijay commited on
Commit
9537a59
Β·
1 Parent(s): 420ac85
Files changed (1) hide show
  1. 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(2020, 1, 1))
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")