shivam11 commited on
Commit
e2c663d
·
verified ·
1 Parent(s): 2d8b66e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("*.pdf")
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