aboutsummaryrefslogtreecommitdiff
path: root/ustayml/views/load_data.py
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 12:42:36 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 12:42:36 -0500
commit5e4487a99f357c08662ed5dabd0c7f21664c15eb (patch)
tree3ece23ed5e17cd814d4aafad3defc73b4e204240 /ustayml/views/load_data.py
parent5a16046eddc753b752c5ab1fdb91595adf588a6b (diff)
Add site index and sample dashboard BP
Diffstat (limited to 'ustayml/views/load_data.py')
-rw-r--r--ustayml/views/load_data.py2
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)