Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ gr.Interface(
|
|
85 |
fn=stock_prediction,
|
86 |
inputs=[
|
87 |
gr.Dropdown(choices=stock_tickers, label="Stock Ticker"),
|
88 |
-
gr.
|
89 |
-
gr.
|
90 |
],
|
91 |
outputs="json",
|
92 |
title="Stock Prediction App",
|
|
|
85 |
fn=stock_prediction,
|
86 |
inputs=[
|
87 |
gr.Dropdown(choices=stock_tickers, label="Stock Ticker"),
|
88 |
+
gr.DatePicker(label="Start Date"), # Changed to DatePicker
|
89 |
+
gr.DatePicker(label="End Date"), # Changed to DatePicker
|
90 |
],
|
91 |
outputs="json",
|
92 |
title="Stock Prediction App",
|