GLECO commited on
Commit
9e6b247
·
1 Parent(s): 1f89526

C'est l'enfer ce truc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None, question_limit: int | N
32
 
33
  # 1. Instantiate Agent ( modify this part to create your agent)
34
  try:
35
- agent = my_graph
36
  except Exception as e:
37
  print(f"Error instantiating agent: {e}")
38
  return f"Error initializing agent: {e}", None
 
32
 
33
  # 1. Instantiate Agent ( modify this part to create your agent)
34
  try:
35
+ agent = ''
36
  except Exception as e:
37
  print(f"Error instantiating agent: {e}")
38
  return f"Error initializing agent: {e}", None