Update app.py
Browse files
app.py
CHANGED
|
@@ -5,11 +5,11 @@ import os
|
|
| 5 |
import functions as f
|
| 6 |
|
| 7 |
# Paths to the permanent files
|
| 8 |
-
survey_path = '
|
| 9 |
-
indicator_path = '
|
| 10 |
-
questions_path = '
|
| 11 |
-
choice_path = '
|
| 12 |
-
parameters_path = '
|
| 13 |
uuid = 'AGT.MHVL.0A.202505.0001'
|
| 14 |
|
| 15 |
def run_validation():
|
|
|
|
| 5 |
import functions as f
|
| 6 |
|
| 7 |
# Paths to the permanent files
|
| 8 |
+
survey_path = 'Copy of AGT.MHVL.0A.202505.0001 4.xlsx'
|
| 9 |
+
indicator_path = 'Indicators_indicators_Default view 18.xlsx'
|
| 10 |
+
questions_path = 'Indicators_questions_Default View 18.xlsx'
|
| 11 |
+
choice_path = 'Indicators_choices_Default View 17.xlsx'
|
| 12 |
+
parameters_path = 'Indicators_surveys_Survey validation.xlsx'
|
| 13 |
uuid = 'AGT.MHVL.0A.202505.0001'
|
| 14 |
|
| 15 |
def run_validation():
|