Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def main():
|
|
90 |
page_title="Gemini PDF Chatbot",
|
91 |
page_icon="🤖"
|
92 |
)
|
93 |
-
raw_text = get_pdf_text("
|
94 |
text_chunks = get_text_chunks(raw_text)
|
95 |
get_vector_store(text_chunks)
|
96 |
|
|
|
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 |
|