alexkueck commited on
Commit
0addac3
·
verified ·
1 Parent(s): 3670e84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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..........................."+str(entry))
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, ""