dlaima commited on
Commit
a5c434c
·
verified ·
1 Parent(s): aa8acb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ class cbfs:
56
  #return result.get('output_text', "No response generated.")
57
 
58
  def convchain(self, query):
59
- if not query:
60
- return "Please enter a query."
61
  try:
62
  result = self.chain.invoke({"input": query})
63
  print("Agent Result:", result) # Debugging line
 
56
  #return result.get('output_text', "No response generated.")
57
 
58
  def convchain(self, query):
59
+ if not query:
60
+ return "Please enter a query."
61
  try:
62
  result = self.chain.invoke({"input": query})
63
  print("Agent Result:", result) # Debugging line