alexkueck commited on
Commit
857fa42
·
1 Parent(s): 9d29d6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -575,9 +575,10 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
575
  with gr.Column(scale = 1):
576
  file_display = gr.File(visible=False)
577
  image_display = gr.Image( visible=False)
578
- with gr.Column(scale = 10):
579
- upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=10)
580
- emptyBtn = gr.ClearButton([user_input, chatbot, history, file_display, image_display], value="🧹 Neue Session", scale=10)
 
581
 
582
  with gr.Column():
583
  with gr.Column(min_width=50, scale=1):
 
575
  with gr.Column(scale = 1):
576
  file_display = gr.File(visible=False)
577
  image_display = gr.Image( visible=False)
578
+ with gr.Column(scale = 20):
579
+ with gr.Row():
580
+ upload = gr.UploadButton("📁", file_types=["image", "video", "audio"])
581
+ emptyBtn = gr.ClearButton([user_input, chatbot, history, file_display, image_display], value="🧹 Neue Session")
582
 
583
  with gr.Column():
584
  with gr.Column(min_width=50, scale=1):