Spaces:
Sleeping
Sleeping
MouadHsb
commited on
Commit
·
2958180
1
Parent(s):
9bb62ad
Stable version 2
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""
|
| 22 |
|
| 23 |
for i, result in enumerate(results):
|
| 24 |
paper = result["document"]
|