AllenYkl commited on
Commit
ac70569
·
1 Parent(s): c97028c

Update bin_public/app/Chatbot.py

Browse files
Files changed (1) hide show
  1. bin_public/app/Chatbot.py +1 -1
bin_public/app/Chatbot.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks(css=customCSS) as demo:
86
  with gr.Tab(label="ChatGPT"):
87
  keyTXT = gr.Textbox(show_label=True, placeholder=f"OpenAI API-key...",
88
  type="password", visible=not HIDE_MY_KEY, label="API-Key/Invite-Code",)
89
- usageTxt = gr.Markdown("**发送消息** 或 **提交key** 以显示额度", elem_id="usage_display")
90
 
91
  keyTxt = gr.Textbox(visible=False)
92
 
 
86
  with gr.Tab(label="ChatGPT"):
87
  keyTXT = gr.Textbox(show_label=True, placeholder=f"OpenAI API-key...",
88
  type="password", visible=not HIDE_MY_KEY, label="API-Key/Invite-Code",)
89
+ usageTxt = gr.Markdown("**提交key** 以显示额度", elem_id="usage_display")
90
 
91
  keyTxt = gr.Textbox(visible=False)
92