rosemariafontana commited on
Commit
d774327
·
verified ·
1 Parent(s): 6a9bebb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def process_survey(button_type, survey_submission_ID):
60
  except Exception as e:
61
  return f"An error occurred while fetching the survey data: {e}"
62
 
63
- class Global(PyV8.JSClass):
64
  def __init__(self):
65
  self.mySubmissionData = None
66
 
 
60
  except Exception as e:
61
  return f"An error occurred while fetching the survey data: {e}"
62
 
63
+ class Global(STPyV8.JSClass):
64
  def __init__(self):
65
  self.mySubmissionData = None
66