Spaces:
Running
Running
Update app.py
Browse files
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 |
# 右侧列 - 辅助信息
|