tharungajula2 commited on
Commit
c734d65
·
1 Parent(s): a7267ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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