fortuala commited on
Commit
a6ad86e
·
verified ·
1 Parent(s): 1715d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = "/mnt/data/Indicators_choices_Default View 18.xlsx"
9
- QUESTIONS_PATH = "/mnt/data/Indicators_questions_Default View 20.xlsx"
10
- INDICATORS_PATH = "/mnt/data/Indicators_indicators_Default view 23.xlsx"
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