fortuala commited on
Commit
59ec01b
·
verified ·
1 Parent(s): 80a82c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -5,11 +5,11 @@ import os
5
  import functions as f
6
 
7
  # Paths to the permanent files
8
- survey_path = 'data/Copy of AGT.MHVL.0A.202505.0001 4.xlsx'
9
- indicator_path = 'data/Indicators_indicators_Default view 18.xlsx'
10
- questions_path = '/data/Indicators_questions_Default View 18.xlsx'
11
- choice_path = 'data/Indicators_choices_Default View 17.xlsx'
12
- parameters_path = 'data/Indicators_surveys_Survey validation.xlsx'
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():