alexkueck commited on
Commit
84a0d87
1 Parent(s): edaf773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,8 +163,8 @@ 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), chats
167
-
168
 
169
 
170
 
 
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, file_type="multiple", interactive = False), chats
167
+ attached_file, image_display, uploaded_file_paths, history, file_download, chats
168
 
169
 
170