Update app.py
Browse files
app.py
CHANGED
@@ -554,7 +554,7 @@ 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 |
-
|
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")
|
|
|
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")
|