alexkueck commited on
Commit
8a6b92c
1 Parent(s): 279016b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False, file_count="multiple")
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