Roo-Kh commited on
Commit
e08ac9f
·
1 Parent(s): 57bfa8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def process_and_query(text=None):
256
  ]
257
  )
258
  final_response= completion.choices[0].message.content
259
- return final_response
260
  except Exception as e:
261
  return str(e)
262
 
 
256
  ]
257
  )
258
  final_response= completion.choices[0].message.content
259
+ return f"**Summary**: {final_response}\n\n**Full output**:\n{markdown_output}"
260
  except Exception as e:
261
  return str(e)
262