naman1102 commited on
Commit
2f80942
·
1 Parent(s): 1597703

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -287,6 +287,12 @@ class BasicAgent:
287
  # print(f"Agent received question (first 50 chars): {question[:50]}...")
288
  # fixed_answer = "This is a default answer."
289
  # print(f"Agent returning fixed answer: {fixed_answer}")
 
 
 
 
 
 
290
  print(f"Agent received question: {question}")
291
  print()
292
  return respond_to_input(question)
 
287
  # print(f"Agent received question (first 50 chars): {question[:50]}...")
288
  # fixed_answer = "This is a default answer."
289
  # print(f"Agent returning fixed answer: {fixed_answer}")
290
+ print()
291
+ print()
292
+ print()
293
+ print()
294
+
295
+
296
  print(f"Agent received question: {question}")
297
  print()
298
  return respond_to_input(question)