Kate0816 commited on
Commit
0e6ce08
·
1 Parent(s): 0828795

Update ChuanhuChatbot.py

Browse files
Files changed (1) hide show
  1. 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=False, #True
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",