Update app.py
Browse files
app.py
CHANGED
@@ -516,7 +516,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
516 |
with gr.Row():
|
517 |
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=6)
|
518 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
519 |
-
file_display = gr.File( label=None, interactive=
|
520 |
|
521 |
with gr.Column():
|
522 |
with gr.Column(min_width=50, scale=1):
|
|
|
516 |
with gr.Row():
|
517 |
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=6)
|
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=3)
|
520 |
|
521 |
with gr.Column():
|
522 |
with gr.Column(min_width=50, scale=1):
|