ErikH commited on
Commit
11c1175
1 Parent(s): f5dd29d

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
 
76
 
77
  def main():
78
- user_question = st.text_area("Stell mir eine Frage1: ")
79
  folder_path = './files'
80
  pdf_text = get_pdf_text(folder_path)
81
  text_chunks = get_text_chunks(pdf_text)
 
75
 
76
 
77
  def main():
78
+ user_question = st.text_area("Stell mir eine Frage2: ")
79
  folder_path = './files'
80
  pdf_text = get_pdf_text(folder_path)
81
  text_chunks = get_text_chunks(pdf_text)