Spaces:
Sleeping
Sleeping
srinidhidevaraj
commited on
Commit
•
aca96a7
1
Parent(s):
d378475
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def main():
|
|
141 |
with st.expander("Document Similarity Search"):
|
142 |
for i,doc in enumerate(response['context']):
|
143 |
st.write(doc.page_content)
|
144 |
-
st.write('
|
145 |
|
146 |
|
147 |
|
|
|
141 |
with st.expander("Document Similarity Search"):
|
142 |
for i,doc in enumerate(response['context']):
|
143 |
st.write(doc.page_content)
|
144 |
+
st.write('---------------------------------')
|
145 |
|
146 |
|
147 |
|