alexkueck commited on
Commit
0944ae1
1 Parent(s): 1efb4e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=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):
 
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):