Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
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")
|
413 |
-
|
414 |
|
415 |
with gr.Tab(label="Parameter"):
|
416 |
#gr.Markdown("# Parameters")
|
|
|
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")
|
413 |
+
file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
|
414 |
|
415 |
with gr.Tab(label="Parameter"):
|
416 |
#gr.Markdown("# Parameters")
|