rosemariafontana commited on
Commit
906b627
·
verified ·
1 Parent(s): d07aa86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def process_survey(button_type, submission_id):
33
  print(survey_url)
34
 
35
  try:
36
- global yaml_outputs
37
  response = requests.get(survey_url)
38
  response.raise_for_status()
39
  data = response.json()
 
33
  print(survey_url)
34
 
35
  try:
36
+ global original_outputs, yaml_outputs
37
  response = requests.get(survey_url)
38
  response.raise_for_status()
39
  data = response.json()