alexkueck commited on
Commit
8fea904
1 Parent(s): 6317d18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -567,7 +567,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
567
  with gr.Column(min_width=70, scale=1):
568
  cancelBtn = gr.Button("Stop")
569
  with gr.Row():
570
- emptyBtn = gr.ClearButton( [user_input, chatbot, history], value="🧹 Neue Session", scale=3)
571
  upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
572
  file_display = gr.File( label=None, interactive=False, height=30, min_width=30, visible=False, scale=2)
573
 
 
567
  with gr.Column(min_width=70, scale=1):
568
  cancelBtn = gr.Button("Stop")
569
  with gr.Row():
570
+ emptyBtn = gr.ClearButton( [user_input, chatbot, history, file_display], value="🧹 Neue Session", scale=3)
571
  upload = gr.UploadButton("📁", file_types=["image", "video", "audio"], scale=3)
572
  file_display = gr.File( label=None, interactive=False, height=30, min_width=30, visible=False, scale=2)
573