Update app.py
Browse files
app.py
CHANGED
@@ -514,9 +514,9 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
514 |
with gr.Column(min_width=70, scale=1):
|
515 |
cancelBtn = gr.Button("Stop")
|
516 |
with gr.Row():
|
517 |
-
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=
|
518 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
519 |
-
file_display = gr.File( label=None, interactive=False, height=30, min_width=30, visible=False, scale=
|
520 |
|
521 |
with gr.Column():
|
522 |
with gr.Column(min_width=50, scale=1):
|
|
|
514 |
with gr.Column(min_width=70, scale=1):
|
515 |
cancelBtn = gr.Button("Stop")
|
516 |
with gr.Row():
|
517 |
+
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=3)
|
518 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
519 |
+
file_display = gr.File( label=None, interactive=False, height=30, min_width=30, visible=False, scale=2)
|
520 |
|
521 |
with gr.Column():
|
522 |
with gr.Column(min_width=50, scale=1):
|