JayLacoma commited on
Commit
a151f3e
·
verified ·
1 Parent(s): ee49188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -557,8 +557,8 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
557
 
558
  with gr.Row():
559
  ticker_input = gr.Textbox(label="Enter Stock Ticker", value="NVDA")
560
- start_date_input = gr.Textbox(label="Enter Start Date (YYYY-MM-DD)", value="2022-01-01")
561
- end_date_input = gr.Textbox(label="Enter End Date (YYYY-MM-DD)", value="2026-01-01")
562
 
563
  # Create tabs for different analysis types
564
  with gr.Tabs() as tabs:
 
557
 
558
  with gr.Row():
559
  ticker_input = gr.Textbox(label="Enter Stock Ticker", value="NVDA")
560
+ start_date_input = gr.Textbox(label="Enter Start Date (YYYY-MM-DD)", value="2025-01-01")
561
+ end_date_input = gr.Textbox(label="Enter End Date (YYYY-MM-DD)", value="2027-01-01")
562
 
563
  # Create tabs for different analysis types
564
  with gr.Tabs() as tabs: