Spaces:
Runtime error
Runtime error
block = { | |
'css': | |
''' | |
.demo_app_group {padding: 1rem !important; color:red} | |
footer {visibility: hidden} | |
.demo_app_text_center {text-align: center} | |
''' | |
} | |
df_ts_data = {'height': 200} | |
df_forecast = {'height': 200} | |
file_upload_data = {'height': 80} | |
file_upload_model_data = {'height': 80} | |
slider_forecast_horizon = { | |
'label': '', | |
'minimum': 1, 'step': 1, 'interactive': True} | |
dropdown_ts_data = { | |
'interactive': True, | |
'multiselect': True | |
} | |
dropdown_forecast = { | |
'interactive': True | |
} | |
dropdown_model_selection = { | |
'interactive': True | |
} | |