diff --git a/dashboard.py b/dashboard.py index 6a2ca3f..0d43a28 100644 --- a/dashboard.py +++ b/dashboard.py @@ -16,7 +16,7 @@ app_intro = """ This app allows you to evaluate the difference between two dataset in just a few clicks. All you have to do is to upload : -- a referential data dictionary that represent the format pivot which describe the structure of your data +- a referential data schema that represent the pivot format (ie describe the structure of your data) - a dataset df1 (also called "Left") - a dataset df2 (also called "Right") """