alexkueck commited on
Commit
07e90be
·
1 Parent(s): 568b013

Update app.py

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