Spaces:
Running
Running
wangrongsheng
commited on
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(
|