Update app.py
Browse files
app.py
CHANGED
@@ -567,9 +567,9 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
567 |
with gr.Column(min_width=70, scale=1):
|
568 |
cancelBtn = gr.Button("Stop")
|
569 |
with gr.Row():
|
|
|
570 |
emptyBtn = gr.ClearButton( [user_input, chatbot, history, file_display], value="🧹 Neue Session", scale=3)
|
571 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
572 |
-
file_display = gr.File( label=None, interactive=False, height=30, min_width=30, visible=False, scale=2)
|
573 |
|
574 |
with gr.Column():
|
575 |
with gr.Column(min_width=50, scale=1):
|
|
|
567 |
with gr.Column(min_width=70, scale=1):
|
568 |
cancelBtn = gr.Button("Stop")
|
569 |
with gr.Row():
|
570 |
+
file_display = gr.File( label=None, interactive=False, height=30, min_width=30, visible=False, scale=2)
|
571 |
emptyBtn = gr.ClearButton( [user_input, chatbot, history, file_display], value="🧹 Neue Session", scale=3)
|
572 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
|
|
573 |
|
574 |
with gr.Column():
|
575 |
with gr.Column(min_width=50, scale=1):
|