alexkueck commited on
Commit
27e3e27
·
verified ·
1 Parent(s): c60efae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -554,11 +554,11 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
554
 
555
  with gr.Column(visible = False):
556
  with gr.Column(min_width=50, scale=1):
557
- with gr.Tab(label="KKG-Suche ..."):
558
  #Geht nicht, da für alle gleichzeitig sichtbar
559
  #chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
560
  #download_button = gr.Button("Download ausgewählte Chats")
561
- #file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
562
 
563
  with gr.Tab(label="Parameter"):
564
  #gr.Markdown("# Parameters")
 
554
 
555
  with gr.Column(visible = False):
556
  with gr.Column(min_width=50, scale=1):
557
+ #with gr.Tab(label="KKG-Suche ..."):
558
  #Geht nicht, da für alle gleichzeitig sichtbar
559
  #chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
560
  #download_button = gr.Button("Download ausgewählte Chats")
561
+ file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
562
 
563
  with gr.Tab(label="Parameter"):
564
  #gr.Markdown("# Parameters")