Chandranshu Jain commited on
Commit
bacfca1
1 Parent(s): 724dd37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -88,7 +88,6 @@ def main():
88
  with st.spinner("Processing..."):
89
  raw_text = get_pdf(pdf_docs)
90
  text_chunks = text_splitter(raw_text)
91
- print(text_chunks)
92
  if query:
93
  embedding(text_chunks,query)
94
  st.success("Done")
 
88
  with st.spinner("Processing..."):
89
  raw_text = get_pdf(pdf_docs)
90
  text_chunks = text_splitter(raw_text)
 
91
  if query:
92
  embedding(text_chunks,query)
93
  st.success("Done")