alexkueck commited on
Commit
34c5f8e
1 Parent(s): 1b23596

Update app.py

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