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

Update pages/bot.py

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