Abhisesh7 commited on
Commit
d311c3a
·
verified ·
1 Parent(s): acca651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Date(label="Start Date"),
89
- gr.Date(label="End Date"),
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",