Spaces:
Runtime error
Runtime error
Neal Caren commited on
Commit ·
063a32e
1
Parent(s): 6147627
30
Browse files
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'
|
| 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 |
|