fix appear
Browse files- owl/webapp_zh.py +1 -1
owl/webapp_zh.py
CHANGED
@@ -697,7 +697,7 @@ def create_ui():
|
|
697 |
|
698 |
|
699 |
|
700 |
-
with gr.Tabs(
|
701 |
with gr.TabItem("对话记录"):
|
702 |
# 添加对话记录显示区域
|
703 |
log_display2 = gr.Textbox(
|
|
|
697 |
|
698 |
|
699 |
|
700 |
+
with gr.Tabs(): # 设置对话记录为默认选中的标签页
|
701 |
with gr.TabItem("对话记录"):
|
702 |
# 添加对话记录显示区域
|
703 |
log_display2 = gr.Textbox(
|