optionEdge commited on
Commit
e511637
·
verified ·
1 Parent(s): 29115bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 BasicAgent
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: