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