Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ def clear_all(history):
|
|
164 |
|
165 |
file_path_download = save_and_download(summary)
|
166 |
|
167 |
-
return None, gr.Image(visible=False), [], gr.File(file_path_download, label="Download-Chat", visible=
|
168 |
|
169 |
|
170 |
|
|
|
164 |
|
165 |
file_path_download = save_and_download(summary)
|
166 |
|
167 |
+
return None, gr.Image(visible=False), [], gr.File(file_path_download, label="Download-Chat", visible=True, file_count="multiple")
|
168 |
|
169 |
|
170 |
|