alexkueck commited on
Commit
72fc81a
·
verified ·
1 Parent(s): c2b81d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -430,7 +430,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
430
  cancelBtn = gr.Button("Stop")
431
  with gr.Row():
432
  image_display = gr.Image( visible=False)
433
- upload = gr.UploadButton("📁", file_types=["image", "pdf", "docx", "pptx", "xlsx"], scale = 10)
434
  emptyBtn = gr.ClearButton([user_input, chatbot, history, attached_file, attached_file_history, image_display], value="🧹 Neue Session", scale=10)
435
 
436
  with gr.Column(visible = False):
 
430
  cancelBtn = gr.Button("Stop")
431
  with gr.Row():
432
  image_display = gr.Image( visible=False)
433
+ upload = gr.UploadButton("📁", file_types=["pdf", "docx", "pptx", "xlsx"], scale = 10)
434
  emptyBtn = gr.ClearButton([user_input, chatbot, history, attached_file, attached_file_history, image_display], value="🧹 Neue Session", scale=10)
435
 
436
  with gr.Column(visible = False):