alexkueck commited on
Commit
1efb4e1
1 Parent(s): d6f219b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, height=30, min_width=30, visible=False, scale=3)
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):