Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
main.py
CHANGED
@@ -102,7 +102,7 @@ def preprocess(query: str, k: int) -> tuple[str, str]:
|
|
102 |
]
|
103 |
)
|
104 |
|
105 |
-
research_abstracts += top_five["bibtex"] + "\n"
|
106 |
references += (
|
107 |
str(i + 1)
|
108 |
+ ". "
|
|
|
102 |
]
|
103 |
)
|
104 |
|
105 |
+
research_abstracts += top_five["bibtex"].values[i] + "\n"
|
106 |
references += (
|
107 |
str(i + 1)
|
108 |
+ ". "
|