alexkueck commited on
Commit
aea1533
1 Parent(s): 6168cf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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