Update app.py
Browse files
app.py
CHANGED
@@ -573,8 +573,8 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
573 |
with gr.Row():
|
574 |
file_display = gr.File(visible=False)
|
575 |
image_display = gr.Image( visible=False)
|
576 |
-
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale =
|
577 |
-
emptyBtn = gr.ClearButton([user_input, chatbot, history, file_display, image_display], value="🧹 Neue Session", scale=
|
578 |
|
579 |
with gr.Column():
|
580 |
with gr.Column(min_width=50, scale=1):
|
|
|
573 |
with gr.Row():
|
574 |
file_display = gr.File(visible=False)
|
575 |
image_display = gr.Image( visible=False)
|
576 |
+
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale = 10)
|
577 |
+
emptyBtn = gr.ClearButton([user_input, chatbot, history, file_display, image_display], value="🧹 Neue Session", scale=10)
|
578 |
|
579 |
with gr.Column():
|
580 |
with gr.Column(min_width=50, scale=1):
|