hermi612 commited on
Commit
9fe9f63
·
verified ·
1 Parent(s): b9d531d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -583,8 +583,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
583
  "孩子有轻微发烧,需要去医院吗?"
584
  ],
585
  title="症状咨询",
586
- chatbot=gr.Chatbot(height=500), # 调整聊天窗口高度以与右侧对齐
587
- container=False # 移除额外的容器边框
588
  )
589
 
590
  # 右侧列 - 辅助信息
 
583
  "孩子有轻微发烧,需要去医院吗?"
584
  ],
585
  title="症状咨询",
586
+ chatbot=gr.Chatbot(height=500) # 调整聊天窗口高度以与右侧对齐
 
587
  )
588
 
589
  # 右侧列 - 辅助信息