Hmjz100 commited on
Commit
174332e
·
1 Parent(s): 3a8936a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
128
  openai_gpt4_key = gr.Textbox(
129
  label="OpenAI GPT4 密钥",
130
  value="pk-this-is-a-real-free-pool-token-for-everyone",
131
- type="password",
132
- placeholder="sk-...",
133
  info="您可以提供自己的 GPT4 密钥,以使此程序正常运行",
134
  )
135
  with gr.Accordion(label="系统消息:", open=False):
 
128
  openai_gpt4_key = gr.Textbox(
129
  label="OpenAI GPT4 密钥",
130
  value="pk-this-is-a-real-free-pool-token-for-everyone",
131
+ type="text",
132
+ placeholder="pk-this-is-a-real-free-pool-token-for-everyone",
133
  info="您可以提供自己的 GPT4 密钥,以使此程序正常运行",
134
  )
135
  with gr.Accordion(label="系统消息:", open=False):