Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 = []
|