optionEdge commited on
Commit
064045b
·
verified ·
1 Parent(s): 90c6fb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -41,6 +41,11 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
41
  submit_url = f"{api_url}/submit"
42
 
43
  # 1. Instantiate Agent ( modify this part to create your agent)
 
 
 
 
 
44
  try:
45
  agent = BasicAgent()
46
  except Exception as e:
 
41
  submit_url = f"{api_url}/submit"
42
 
43
  # 1. Instantiate Agent ( modify this part to create your agent)
44
+
45
+ #*
46
+ from BasicAgent import BasicAgent
47
+ #*
48
+
49
  try:
50
  agent = BasicAgent()
51
  except Exception as e: