Update app.py
Browse files
app.py
CHANGED
@@ -90,9 +90,6 @@ def main():
|
|
90 |
page_title="Gemini PDF Chatbot",
|
91 |
page_icon="🤖"
|
92 |
)
|
93 |
-
raw_text = get_pdf_text("2024_25_Budget_Speech.pdf")
|
94 |
-
text_chunks = get_text_chunks(raw_text)
|
95 |
-
get_vector_store(text_chunks)
|
96 |
|
97 |
# Sidebar for uploading PDF files
|
98 |
with st.sidebar:
|
|
|
90 |
page_title="Gemini PDF Chatbot",
|
91 |
page_icon="🤖"
|
92 |
)
|
|
|
|
|
|
|
93 |
|
94 |
# Sidebar for uploading PDF files
|
95 |
with st.sidebar:
|