ccm commited on
Commit
4294e86
·
verified ·
1 Parent(s): 4524304

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -30,7 +30,7 @@ def search(query, k):
30
  search_results = ""
31
 
32
  for i in range(k):
33
- search_results += '## ' + top_five["bibtex"].values[i]["title"] + '\n'
34
  search_results += top_five["bibtex"].values[i]["citation"]
35
  if top_five["pub_url"].values[i] is not None:
36
  search_results += ", [Paper](" + top_five["pub_url"].values[i] + ")"
 
30
  search_results = ""
31
 
32
  for i in range(k):
33
+ search_results += '### ' + top_five["bibtex"].values[i]["title"] + '\n'
34
  search_results += top_five["bibtex"].values[i]["citation"]
35
  if top_five["pub_url"].values[i] is not None:
36
  search_results += ", [Paper](" + top_five["pub_url"].values[i] + ")"