Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +2 -2
ChuanhuChatbot.py
CHANGED
@@ -60,7 +60,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
60 |
with gr.Row(equal_height=True, elem_id="chuanhu-body"):
|
61 |
|
62 |
with gr.Column(elem_id="menu-area"):
|
63 |
-
with gr.Column(elem_id="chuanhu-history", visible=
|
64 |
with gr.Box():
|
65 |
with gr.Row(elem_id="chuanhu-history-header"):
|
66 |
with gr.Row(elem_id="chuanhu-history-search-row"):
|
@@ -209,7 +209,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
209 |
|
210 |
|
211 |
|
212 |
-
with gr.Tabs(elem_id="chuanhu-toolbox-tabs",visible=
|
213 |
with gr.Tab(label=i18n("对话")):
|
214 |
keyTxt = gr.Textbox(
|
215 |
show_label=True,
|
|
|
60 |
with gr.Row(equal_height=True, elem_id="chuanhu-body"):
|
61 |
|
62 |
with gr.Column(elem_id="menu-area"):
|
63 |
+
with gr.Column(elem_id="chuanhu-history", visible=False): # , visible=False
|
64 |
with gr.Box():
|
65 |
with gr.Row(elem_id="chuanhu-history-header"):
|
66 |
with gr.Row(elem_id="chuanhu-history-search-row"):
|
|
|
209 |
|
210 |
|
211 |
|
212 |
+
with gr.Tabs(elem_id="chuanhu-toolbox-tabs",visible=False) as tabs:
|
213 |
with gr.Tab(label=i18n("对话")):
|
214 |
keyTxt = gr.Textbox(
|
215 |
show_label=True,
|