Spaces:
Build error
Build error
Chandranshu Jain
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -87,4 +87,7 @@ def main():
|
|
| 87 |
raw_text = get_pdf(pdf_docs)
|
| 88 |
text_chunks = text_splitter(raw_text)
|
| 89 |
embedding(text_chunks)
|
| 90 |
-
st.success("Done")
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
raw_text = get_pdf(pdf_docs)
|
| 88 |
text_chunks = text_splitter(raw_text)
|
| 89 |
embedding(text_chunks)
|
| 90 |
+
st.success("Done")
|
| 91 |
+
|
| 92 |
+
if __name__ == "__main__":
|
| 93 |
+
main()
|