Daniel Amendoeira commited on
Commit
9b3382c
·
verified ·
1 Parent(s): 76bfb58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -86,7 +86,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
86
  print(f"Warning: couldn't extract extension from {file_name}: {e}")
87
 
88
  # call the agent
89
- print(f"Running LangGraphAgent with input: {question_text[:100]}...") # truncate long questions in logs
90
  submitted_answer = agent(question_text)
91
 
92
  # store result
 
86
  print(f"Warning: couldn't extract extension from {file_name}: {e}")
87
 
88
  # call the agent
 
89
  submitted_answer = agent(question_text)
90
 
91
  # store result