alexkueck commited on
Commit
18ce5c2
1 Parent(s): b96fdf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ chats={}
52
  #############################################
53
  # Allgemeine Konstanten
54
  #Filepath zu temp Folder (temp) mit File von ausgewähltem chatverlauf
55
- file_path_download = None
56
 
57
  ##################################################
58
  #Für MongoDB statt Chroma als Vektorstore
 
52
  #############################################
53
  # Allgemeine Konstanten
54
  #Filepath zu temp Folder (temp) mit File von ausgewähltem chatverlauf
55
+ file_path_download = ""
56
 
57
  ##################################################
58
  #Für MongoDB statt Chroma als Vektorstore