Update app.py
Browse files
app.py
CHANGED
|
@@ -585,7 +585,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
| 585 |
with gr.Row():
|
| 586 |
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=3)
|
| 587 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
| 588 |
-
file_display = gr.File( label=None, interactive=False, height=
|
| 589 |
|
| 590 |
with gr.Column():
|
| 591 |
with gr.Column(min_width=50, scale=1):
|
|
|
|
| 585 |
with gr.Row():
|
| 586 |
emptyBtn = gr.ClearButton( [user_input, chatbot], value="🧹 Neue Session", scale=3)
|
| 587 |
upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
|
| 588 |
+
file_display = gr.File( label=None, interactive=False, height=50, min_width=30, visible=False, scale=2)
|
| 589 |
|
| 590 |
with gr.Column():
|
| 591 |
with gr.Column(min_width=50, scale=1):
|