kk20krishna commited on
Commit
a1c6b06
·
verified ·
1 Parent(s): a8eb7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -350,7 +350,6 @@ def ask_question(message, history):
350
 
351
  try:
352
  response = agent_executor.run(prompt)
353
- print("##########################response: ", response)
354
  return response
355
  except Exception as e:
356
  return f"❌ Error: {str(e)}"
 
350
 
351
  try:
352
  response = agent_executor.run(prompt)
 
353
  return response
354
  except Exception as e:
355
  return f"❌ Error: {str(e)}"