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