Spaces:
Build error
Build error
Chandranshu Jain
commited on
Update app.py
Browse files
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")
|