Spaces:
Sleeping
Sleeping
JohnSmith9982
commited on
Commit
•
627695d
1
Parent(s):
1c99503
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
252 |
lines=1,
|
253 |
)
|
254 |
|
255 |
-
with gr.Accordion(i18n("网络设置"), open=False):
|
256 |
# 优先展示自定义的api_host
|
257 |
apihostTxt = gr.Textbox(
|
258 |
show_label=True,
|
|
|
252 |
lines=1,
|
253 |
)
|
254 |
|
255 |
+
with gr.Accordion(i18n("网络设置"), open=False, visible=False):
|
256 |
# 优先展示自定义的api_host
|
257 |
apihostTxt = gr.Textbox(
|
258 |
show_label=True,
|