ErikH commited on
Commit
6f26751
1 Parent(s): 8198039

Update pages/bot.py

Browse files
Files changed (1) hide show
  1. pages/bot.py +1 -1
pages/bot.py CHANGED
@@ -73,7 +73,7 @@ def get_vectorstore():
73
 
74
 
75
  def main():
76
- user_question = st.text_area("Stell mir eine Frage: ")
77
  folder_path = './files'
78
  pdf_text = get_pdf_text(folder_path)
79
  text_chunks = get_text_chunks(pdf_text)
 
73
 
74
 
75
  def main():
76
+ user_question = st.text_area("Stell mir eine Frage1: ")
77
  folder_path = './files'
78
  pdf_text = get_pdf_text(folder_path)
79
  text_chunks = get_text_chunks(pdf_text)