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