Spaces:
Runtime error
Runtime error
Update ChuanhuChatbot.py
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -197,7 +197,7 @@ with gr.Blocks(theme=small_and_beautiful_theme) as demo:
|
|
197 |
with gr.Tabs(elem_id="chuanhu-toolbox-tabs"):
|
198 |
with gr.Tab(label=i18n("对话")):
|
199 |
keyTxt = gr.Textbox(
|
200 |
-
show_label=
|
201 |
placeholder=f"Your API-key...",
|
202 |
value=hide_middle_chars(user_api_key.value),
|
203 |
type="password",
|
|
|
197 |
with gr.Tabs(elem_id="chuanhu-toolbox-tabs"):
|
198 |
with gr.Tab(label=i18n("对话")):
|
199 |
keyTxt = gr.Textbox(
|
200 |
+
show_label=True,
|
201 |
placeholder=f"Your API-key...",
|
202 |
value=hide_middle_chars(user_api_key.value),
|
203 |
type="password",
|