Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
·
d7954d9
1
Parent(s):
12a17d8
用语调整,key不再说明是OpenAI的了
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
78 |
with gr.Tab(label=i18n("模型")):
|
79 |
keyTxt = gr.Textbox(
|
80 |
show_label=True,
|
81 |
-
placeholder=f"
|
82 |
value=hide_middle_chars(user_api_key.value),
|
83 |
type="password",
|
84 |
visible=not HIDE_MY_KEY,
|
|
|
78 |
with gr.Tab(label=i18n("模型")):
|
79 |
keyTxt = gr.Textbox(
|
80 |
show_label=True,
|
81 |
+
placeholder=f"Your API-key...",
|
82 |
value=hide_middle_chars(user_api_key.value),
|
83 |
type="password",
|
84 |
visible=not HIDE_MY_KEY,
|