Spaces:
Sleeping
Sleeping
catastropiyush
commited on
Commit
•
2ecc901
1
Parent(s):
ec0e05f
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,6 @@ with st.sidebar:
|
|
99 |
f.write(uploaded_file.getbuffer())
|
100 |
data_ingestion() # Process PDF every time new file is uploaded
|
101 |
st.success("PDF is ready!")
|
102 |
-
displayPDF(filepath)
|
103 |
|
104 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF:")
|
105 |
if user_prompt:
|
|
|
99 |
f.write(uploaded_file.getbuffer())
|
100 |
data_ingestion() # Process PDF every time new file is uploaded
|
101 |
st.success("PDF is ready!")
|
|
|
102 |
|
103 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF:")
|
104 |
if user_prompt:
|