Spaces:
Runtime error
Runtime error
JohnSmith9982
commited on
Commit
·
9b9cabb
1
Parent(s):
41ef1dc
Upload ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
244 |
lines=1,
|
245 |
)
|
246 |
|
247 |
-
with gr.Accordion(i18n("网络设置"), open=False):
|
248 |
# 优先展示自定义的api_host
|
249 |
apihostTxt = gr.Textbox(
|
250 |
show_label=True,
|
|
|
244 |
lines=1,
|
245 |
)
|
246 |
|
247 |
+
with gr.Accordion(i18n("网络设置"), open=False, visible=False):
|
248 |
# 优先展示自定义的api_host
|
249 |
apihostTxt = gr.Textbox(
|
250 |
show_label=True,
|