tmskss commited on
Commit
07c9d36
·
1 Parent(s): 5e3b938

Update output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -446,7 +446,7 @@ def text_to_text_generation(verbose, prompt):
446
  f"--------------------------------------------\n"
447
  f"# Answer with RAG\n"
448
  f"## Section 1: Preparing for generation\n\n {res_semantic_search_md}\n"
449
- f"## Section 2: Generating answer\n\n {str_to_md(res_semantic_search)}\n"
450
  f"--------------------------------------------\n"
451
  f"# Answer with Google search\n"
452
  f"## Section 1: Preparing for generation\n\n {res_google_search_md}\n"
 
446
  f"--------------------------------------------\n"
447
  f"# Answer with RAG\n"
448
  f"## Section 1: Preparing for generation\n\n {res_semantic_search_md}\n"
449
+ f"## Section 2: Generating answer\n\n {res_semantic_search}\n"
450
  f"--------------------------------------------\n"
451
  f"# Answer with Google search\n"
452
  f"## Section 1: Preparing for generation\n\n {res_google_search_md}\n"