alexkueck commited on
Commit
aeb1c97
·
1 Parent(s): 5eb80f0

Update app.py

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