Fix bug with single file uploads

master
Dan Howe 6 years ago
parent ba735c7ee5
commit fff97cd674

@ -30,8 +30,8 @@ app.layout = html.Div([
'textAlign': 'center', 'textAlign': 'center',
'margin': '10px' 'margin': '10px'
}, },
# Only allow single files to be uploaded # Allow multiple files to be uploaded
multiple=False), multiple=True),
html.Div(id='output-data-upload'), html.Div(id='output-data-upload'),
]) ])

Loading…
Cancel
Save