ErikH commited on
Commit
321a086
1 Parent(s): d6141c6

Update pages/bot.py

Browse files
Files changed (1) hide show
  1. pages/bot.py +1 -1
pages/bot.py CHANGED
@@ -75,7 +75,7 @@ def get_vectorstore():
75
  def main():
76
  load_dotenv()
77
  user_question = st.text_area("Eingabe:")
78
- folder_path = '../files'
79
  pdf_text = get_pdf_text(folder_path)
80
  text_chunks = get_text_chunks(pdf_text)
81
  create_vectorstore_and_store(text_chunks)
 
75
  def main():
76
  load_dotenv()
77
  user_question = st.text_area("Eingabe:")
78
+ folder_path = './files'
79
  pdf_text = get_pdf_text(folder_path)
80
  text_chunks = get_text_chunks(pdf_text)
81
  create_vectorstore_and_store(text_chunks)