Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -543,7 +543,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
543 |
#Geht nicht, da für alle gleichzeitig sichtbar
|
544 |
#chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
|
545 |
#download_button = gr.Button("Download ausgewählte Chats")
|
546 |
-
file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False,
|
547 |
|
548 |
with gr.Tab(label="Parameter"):
|
549 |
#gr.Markdown("# Parameters")
|
|
|
543 |
#Geht nicht, da für alle gleichzeitig sichtbar
|
544 |
#chat_selector = gr.CheckboxGroup(label="", choices=update_chat_options())
|
545 |
#download_button = gr.Button("Download ausgewählte Chats")
|
546 |
+
file_download = gr.File(label="Noch keine Chatsverläufe", visible=True, interactive = False, file_count="multiple",)
|
547 |
|
548 |
with gr.Tab(label="Parameter"):
|
549 |
#gr.Markdown("# Parameters")
|