alexkueck commited on
Commit
bc0c7bf
·
verified ·
1 Parent(s): be45a89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -428,9 +428,9 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
428
  submitBtn = gr.Button("Senden")
429
  with gr.Column(min_width=70, scale=1):
430
  cancelBtn = gr.Button("Stop")
431
- with gr.Row(visible = False):
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):
 
428
  submitBtn = gr.Button("Senden")
429
  with gr.Column(min_width=70, scale=1):
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, visible = False)
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):