alexkueck commited on
Commit
5301d93
1 Parent(s): e36cd6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -406,7 +406,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
406
 
407
  with gr.Column():
408
  with gr.Column(min_width=50, scale=1):
409
- #with gr.Tab(label="Chats ..."):
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")
 
406
 
407
  with gr.Column():
408
  with gr.Column(min_width=50, scale=1):
409
+ with gr.Tab(label="Chats ..."):
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")