Update app.py
Browse files
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="
|
| 561 |
-
end_date_input = gr.Textbox(label="Enter End Date (YYYY-MM-DD)", value="
|
| 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:
|