david-oplatka commited on
Commit
2732e45
·
verified ·
1 Parent(s): c401944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ def respond(message, history):
43
  # Call non-stream response and return message output
44
  response = vq.submit_query(message)
45
  logging.debug(f"Received response: {response}")
46
- yield response
47
-
48
 
49
  cfg.description = f'''
50
  <table>
 
43
  # Call non-stream response and return message output
44
  response = vq.submit_query(message)
45
  logging.debug(f"Received response: {response}")
46
+ # yield response
47
+ return response
48
 
49
  cfg.description = f'''
50
  <table>