Spaces:
Running
Running
Commit
·
c734d65
1
Parent(s):
a7267ed
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,5 @@ if submit:
|
|
66 |
print(docs)
|
67 |
st.subheader("Top Matches:")
|
68 |
st.text(docs[0].page_content)
|
69 |
-
)
|
70 |
st.text(docs[1].page_content)
|
71 |
|
|
|
66 |
print(docs)
|
67 |
st.subheader("Top Matches:")
|
68 |
st.text(docs[0].page_content)
|
|
|
69 |
st.text(docs[1].page_content)
|
70 |
|