Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update app.py
Browse files
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
|