Update app.py
Browse files
app.py
CHANGED
|
@@ -5,9 +5,9 @@ import os
|
|
| 5 |
from functions import process_survey # Adjust the function name as needed
|
| 6 |
|
| 7 |
# Paths to the permanent files
|
| 8 |
-
CHOICES_PATH = "
|
| 9 |
-
QUESTIONS_PATH = "
|
| 10 |
-
INDICATORS_PATH = "
|
| 11 |
|
| 12 |
def run_validation(survey_file, uuid):
|
| 13 |
# Read user survey
|
|
|
|
| 5 |
from functions import process_survey # Adjust the function name as needed
|
| 6 |
|
| 7 |
# Paths to the permanent files
|
| 8 |
+
CHOICES_PATH = "data/Indicators_choices_Default View 18.xlsx"
|
| 9 |
+
QUESTIONS_PATH = "data/Indicators_questions_Default View 20.xlsx"
|
| 10 |
+
INDICATORS_PATH = "data/Indicators_indicators_Default view 23.xlsx"
|
| 11 |
|
| 12 |
def run_validation(survey_file, uuid):
|
| 13 |
# Read user survey
|