alexkueck commited on
Commit
cccd11b
1 Parent(s): 0ddd056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def clear_all(history):
154
  """
155
 
156
  #falls file mit summay für download existiert hat: das zunächst löschen
157
- cleanup(file_path_download)
158
  #den aktuellen Chatverlauf zum Download bereitstellen:
159
  if chats != {}:
160
  chats.append(summary) #noch nicht im Einsatz, aber hier werden alle Chats einer Sitzung gespeichert
 
154
  """
155
 
156
  #falls file mit summay für download existiert hat: das zunächst löschen
157
+ #cleanup(file_path_download)
158
  #den aktuellen Chatverlauf zum Download bereitstellen:
159
  if chats != {}:
160
  chats.append(summary) #noch nicht im Einsatz, aber hier werden alle Chats einer Sitzung gespeichert