rbbist commited on
Commit
701e4ef
·
verified ·
1 Parent(s): c564383

Reversing last edit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ def rag_answer(question: str, search_text_for_context: str = ""):
264
 
265
  elapsed = time.time() - start_time
266
  footer = f"\n\n---\n(Generated in {elapsed:.2f}s using summaries of top-3 cases.)"
267
- return result + out + footer
268
 
269
 
270
  # --- Gradio UI ---
 
264
 
265
  elapsed = time.time() - start_time
266
  footer = f"\n\n---\n(Generated in {elapsed:.2f}s using summaries of top-3 cases.)"
267
+ return out + footer
268
 
269
 
270
  # --- Gradio UI ---