Spaces:
Running
Running
MouadHsb
commited on
Commit
·
bcccf7d
1
Parent(s):
2958180
Stable functional version
Browse files
app/services/formatter_service.py
CHANGED
@@ -18,7 +18,7 @@ class FormatterService:
|
|
18 |
Returns:
|
19 |
Markdown-formatted results
|
20 |
"""
|
21 |
-
markdown = f""
|
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"]
|