Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def load_questions_from_file(filepath="questions.json"):
|
|
| 52 |
|
| 53 |
#
|
| 54 |
|
| 55 |
-
|
| 56 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 57 |
try:
|
| 58 |
agent = BasicAgent()
|
|
|
|
| 52 |
|
| 53 |
#
|
| 54 |
|
| 55 |
+
def run_and_submit_one():
|
| 56 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 57 |
try:
|
| 58 |
agent = BasicAgent()
|