AllenYkl commited on
Commit
86ee38d
1 Parent(s): 4c1fb2a

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
@@ -92,7 +92,7 @@ with gr.Blocks(css=customCSS) as demo:
92
  with gr.Tab(label="ChatGPT"):
93
  keyTXT = gr.Textbox(show_label=True, placeholder=f"OpenAI API-key...",
94
  type="password", visible=not HIDE_MY_KEY, label="API-Key/Invite-Code",)
95
- usageTxt = gr.Markdown("**提交key** 以显示额度", elem_id="usage_display")
96
 
97
  keyTxt = gr.Textbox(visible=False)
98
 
 
92
  with gr.Tab(label="ChatGPT"):
93
  keyTXT = gr.Textbox(show_label=True, placeholder=f"OpenAI API-key...",
94
  type="password", visible=not HIDE_MY_KEY, label="API-Key/Invite-Code",)
95
+ usageTxt = gr.Markdown("**提交key** 以显示额度", elem_id="usage_display", visible=False)
96
 
97
  keyTxt = gr.Textbox(visible=False)
98