rosemariafontana commited on
Commit
d07aa86
·
verified ·
1 Parent(s): 1215ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ def process_survey(button_type, submission_id):
33
  print(survey_url)
34
 
35
  try:
 
36
  response = requests.get(survey_url)
37
  response.raise_for_status()
38
  data = response.json()
 
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()