notsakeeb commited on
Commit
3919601
·
verified ·
1 Parent(s): 2d0786b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
121
 
122
  with open('questions.json') as f:
123
  d = json.load(f)
124
- questions_data = d
125
 
126
  # 3. Run your Agent
127
  results_log = []
 
121
 
122
  with open('questions.json') as f:
123
  d = json.load(f)
124
+ questions_data = d
125
 
126
  # 3. Run your Agent
127
  results_log = []