Update app.py
Browse files
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 |
-
|
| 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")
|