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