Update app.py
Browse files
app.py
CHANGED
@@ -484,8 +484,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
484 |
with gr.Column(min_width=70, scale=1):
|
485 |
cancelBtn = gr.Button("Stop")
|
486 |
with gr.Row():
|
487 |
-
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session")
|
488 |
-
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"])
|
489 |
file_display = gr.File( label=None, interactive=False, height=20, min_width=20, visible=False, scale=2)
|
490 |
|
491 |
with gr.Column():
|
|
|
484 |
with gr.Column(min_width=70, scale=1):
|
485 |
cancelBtn = gr.Button("Stop")
|
486 |
with gr.Row():
|
487 |
+
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=3)
|
488 |
+
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
489 |
file_display = gr.File( label=None, interactive=False, height=20, min_width=20, visible=False, scale=2)
|
490 |
|
491 |
with gr.Column():
|