Neal Caren commited on
Commit
063a32e
·
1 Parent(s): 6147627
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def search(query, top_k=50):
156
  thesis = re.findall('\*\*(.*?)\*\*', graph)[0]
157
 
158
  with st.expander(thesis):
159
- st.write(f'* {graph}')
160
  st.write('')
161
  # print("\t{:.3f}\t{}".format(hit['cross-score'], passages[hit['corpus_id']].replace("\n", " ")))
162
 
 
156
  thesis = re.findall('\*\*(.*?)\*\*', graph)[0]
157
 
158
  with st.expander(thesis):
159
+ st.write(f'> {graph}')
160
  st.write('')
161
  # print("\t{:.3f}\t{}".format(hit['cross-score'], passages[hit['corpus_id']].replace("\n", " ")))
162