alexkueck commited on
Commit
e6c7b97
1 Parent(s): 7f19cee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -543,7 +543,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
543
  #Geht nicht, da für alle gleichzeitig sichtbar
544
  #chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
545
  #download_button = gr.Button("Download ausgewählte Chats")
546
- file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, height=30)
547
 
548
  with gr.Tab(label="Parameter"):
549
  #gr.Markdown("# Parameters")
 
543
  #Geht nicht, da für alle gleichzeitig sichtbar
544
  #chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
545
  #download_button = gr.Button("Download ausgewählte Chats")
546
+ file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
547
 
548
  with gr.Tab(label="Parameter"):
549
  #gr.Markdown("# Parameters")