alexkueck commited on
Commit
47364a7
1 Parent(s): fb8604e

Update app.py

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