Update app.py
Browse files
app.py
CHANGED
@@ -298,7 +298,7 @@ def generate_auswahl(prompt_in, file, file_history, chatbot, history, anzahl_doc
|
|
298 |
|
299 |
for text in results:
|
300 |
entry = create_history_entry(text['page_content'], text['metadata'])
|
301 |
-
print("hier..........................."
|
302 |
history = history + [[prompt, entry]]
|
303 |
|
304 |
return chatbot, history, None, file_history, ""
|
|
|
298 |
|
299 |
for text in results:
|
300 |
entry = create_history_entry(text['page_content'], text['metadata'])
|
301 |
+
print("hier...........................")
|
302 |
history = history + [[prompt, entry]]
|
303 |
|
304 |
return chatbot, history, None, file_history, ""
|