Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 43 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 44 |
|
| 45 |
#*
|
| 46 |
-
from BasicAgent import
|
| 47 |
#*
|
| 48 |
|
| 49 |
try:
|
|
|
|
| 43 |
# 1. Instantiate Agent ( modify this part to create your agent)
|
| 44 |
|
| 45 |
#*
|
| 46 |
+
from BasicAgent import newAgent
|
| 47 |
#*
|
| 48 |
|
| 49 |
try:
|