Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ with gr.Blocks(css=customCSS, theme=themeAlex) as demo:
|
|
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():
|
437 |
with gr.Column(min_width=50, scale=1):
|
438 |
with gr.Tab(label="Chats ..."):
|
439 |
#Geht nicht, da für alle gleichzeitig sichtbar
|
|
|
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):
|
437 |
with gr.Column(min_width=50, scale=1):
|
438 |
with gr.Tab(label="Chats ..."):
|
439 |
#Geht nicht, da für alle gleichzeitig sichtbar
|