Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def clear_all(history, uploaded_file_paths, chats):
|
|
163 |
#die session variable in gradio erweitern und alle fliepath neu in das gr.File hochladen
|
164 |
uploaded_file_paths= uploaded_file_paths + [file_path_download]
|
165 |
|
166 |
-
return None, gr.Image(visible=False), uploaded_file_paths, [], gr.File(uploaded_file_paths, label="Download-Chatverläufe", visible=True, interactive = False),
|
167 |
|
168 |
|
169 |
|
|
|
163 |
#die session variable in gradio erweitern und alle fliepath neu in das gr.File hochladen
|
164 |
uploaded_file_paths= uploaded_file_paths + [file_path_download]
|
165 |
|
166 |
+
return None, gr.Image(visible=False), uploaded_file_paths, [], gr.File(uploaded_file_paths, label="Download-Chatverläufe", visible=True, interactive = False), chats
|
167 |
|
168 |
|
169 |
|