shivam11 commited on
Commit
6edec9a
·
verified ·
1 Parent(s): e2c663d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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: