Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,6 @@ def clear_all(history, uploaded_file_paths, chats):
|
|
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, file_type="multiple", interactive = False), chats
|
167 |
-
attached_file, image_display, uploaded_file_paths, history, file_download, chats
|
168 |
|
169 |
|
170 |
|
|
|
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, file_type="multiple", interactive = False), chats
|
|
|
167 |
|
168 |
|
169 |
|