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',
'margin': '10px'
},
# Only allow single files to be uploaded
multiple=False),
# Allow multiple files to be uploaded
multiple=True),
html.Div(id='output-data-upload'),
])

Loading…
Cancel
Save