Spaces:
Running
Running
Update bin_public/app/Chatbot.py
Browse files
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("
|
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 |
|