Update app.py
Browse files
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=["
|
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):
|