Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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 |
],
|