diff options
Diffstat (limited to 'ustayml/views/load_data.py')
| -rw-r--r-- | ustayml/views/load_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ustayml/views/load_data.py b/ustayml/views/load_data.py index e57f40c..20833c2 100644 --- a/ustayml/views/load_data.py +++ b/ustayml/views/load_data.py @@ -25,7 +25,7 @@ def index(): # If the user does not select a file, the browser submits an # empty file without a filename. if file.filename == '': - flash('No selected file') + flash('Por favor, suba el diccionario de variables') return redirect(request.url) if file and allowed_file(file.filename): filename = secure_filename(file.filename) |
