Spaces:
Running
Running
Commit
·
6bd2504
1
Parent(s):
604b2c5
Update app_cn.py
Browse files
app_cn.py
CHANGED
@@ -78,7 +78,7 @@ with gradio.Blocks(title="ChatGPT 批处理", css=css) as demo:
|
|
78 |
token_text = gradio.Textbox(visible=False)
|
79 |
with gradio.Row():
|
80 |
with gradio.Column(scale=10, min_width=100):
|
81 |
-
api_key_text = gradio.Textbox(label="OpenAI-APIkey", placeholder="sk-...", elem_id="api-key-textbox", value='
|
82 |
# with gradio.Column(scale=1, min_width=100):
|
83 |
# api_key_load_btn = gradio.Button("🔄 从浏览器本地存储加载")
|
84 |
# api_key_load_btn.click(
|
|
|
78 |
token_text = gradio.Textbox(visible=False)
|
79 |
with gradio.Row():
|
80 |
with gradio.Column(scale=10, min_width=100):
|
81 |
+
api_key_text = gradio.Textbox(label="OpenAI-APIkey", placeholder="sk-...", elem_id="api-key-textbox", value='')
|
82 |
# with gradio.Column(scale=1, min_width=100):
|
83 |
# api_key_load_btn = gradio.Button("🔄 从浏览器本地存储加载")
|
84 |
# api_key_load_btn.click(
|