hrid0yyy commited on
Commit
41ce399
·
verified ·
1 Parent(s): 86ed0e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def forecast_aapl(start_date_str, model_type='LSTM', days=30):
53
  iface = gr.Interface(
54
  fn=forecast_aapl,
55
  inputs=[
56
- gr.Textbox(label="Start Date (YYYY-MM-DD)", value="2023-01-01"),
57
  gr.Dropdown(choices=['LSTM', 'ARIMA'], label="Model", value='LSTM'),
58
  gr.Slider(1, 90, value=30, label="Forecast Days")
59
  ],
 
53
  iface = gr.Interface(
54
  fn=forecast_aapl,
55
  inputs=[
56
+ gr.Textbox(label="Start Date (YYYY-MM-DD)", value="2020-03-01"),
57
  gr.Dropdown(choices=['LSTM', 'ARIMA'], label="Model", value='LSTM'),
58
  gr.Slider(1, 90, value=30, label="Forecast Days")
59
  ],