From 5e4487a99f357c08662ed5dabd0c7f21664c15eb Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 13 Nov 2023 12:42:36 -0500 Subject: Add site index and sample dashboard BP --- ustayml/views/load_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ustayml/views/load_data.py') 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) -- cgit v1.2.3