Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -89,8 +89,8 @@ def preprocess(query: str, k: int) -> tuple[str, str]:
|
|
89 |
references += (
|
90 |
str(i + 1)
|
91 |
+ ". ["
|
92 |
-
+ title
|
93 |
-
+ "]"
|
94 |
+ url
|
95 |
+ ").\n"
|
96 |
)
|
|
|
89 |
references += (
|
90 |
str(i + 1)
|
91 |
+ ". ["
|
92 |
+
+ title.title()
|
93 |
+
+ "]("
|
94 |
+ url
|
95 |
+ ").\n"
|
96 |
)
|