Spaces:
Sleeping
Sleeping
MouadHsb
commited on
Commit
·
9bb62ad
1
Parent(s):
8110983
Stable version
Browse files
app/services/formatter_service.py
CHANGED
|
@@ -18,7 +18,7 @@ class FormatterService:
|
|
| 18 |
Returns:
|
| 19 |
Markdown-formatted results
|
| 20 |
"""
|
| 21 |
-
|
| 22 |
|
| 23 |
for i, result in enumerate(results):
|
| 24 |
paper = result["document"]
|
|
|
|
| 18 |
Returns:
|
| 19 |
Markdown-formatted results
|
| 20 |
"""
|
| 21 |
+
markdown = f"# 🔍 Search Results for: '{query}'\n\n"
|
| 22 |
|
| 23 |
for i, result in enumerate(results):
|
| 24 |
paper = result["document"]
|