alexkueck commited on
Commit
e36cd6a
1 Parent(s): b48534c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -410,7 +410,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
410
  #Geht nicht, da für alle gleichzeitig sichtbar
411
  #chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
412
  #download_button = gr.Button("Download ausgewählte Chats")
413
- #file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
414
 
415
  with gr.Tab(label="Parameter"):
416
  #gr.Markdown("# Parameters")
 
410
  #Geht nicht, da für alle gleichzeitig sichtbar
411
  #chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
412
  #download_button = gr.Button("Download ausgewählte Chats")
413
+ file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
414
 
415
  with gr.Tab(label="Parameter"):
416
  #gr.Markdown("# Parameters")