aatu18 commited on
Commit
24570ba
·
verified ·
1 Parent(s): f5e7c06

wrap multi result as a string

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -617,7 +617,7 @@ def format_result_string_multi(result):
617
  ```
618
  ```
619
  QAG final response:
620
- {multi_result}
621
  ```
622
 
623
  """
 
617
  ```
618
  ```
619
  QAG final response:
620
+ text\n{multi_result}\n
621
  ```
622
 
623
  """