Update pages/bot.py
Browse files- 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
|
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)
|