Spaces:
Runtime error
Runtime error
File size: 614 Bytes
9ddee9f c92b736 9ddee9f c92b736 8cf4695 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
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
}
|