@ -30,8 +30,8 @@ app.layout = html.Div([
'textAlign': 'center',
'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'),
])