Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -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,
|
|
|
209 |
|
210 |
|
211 |
|
212 |
+
with gr.Tabs(elem_id="chuanhu-toolbox-tabs",visible=True) as tabs:
|
213 |
with gr.Tab(label=i18n("对话")):
|
214 |
keyTxt = gr.Textbox(
|
215 |
show_label=True,
|