Dagfinn1962 commited on
Commit
1b0cdc6
1 Parent(s): b46b66a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -139,10 +139,10 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
139
  with gr.Column():
140
  # to do: change to openaikey input for public release
141
  openai_key = gr.Textbox(
142
- label="OpenAI Key",
143
- value="",
144
  type="password",
145
- placeholder="os.environ.get('openai_key')",
146
  info="You have to provide your own OpenAI API key.",
147
  )
148
 
 
139
  with gr.Column():
140
  # to do: change to openaikey input for public release
141
  openai_key = gr.Textbox(
142
+ label="KEY",
143
+ value="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",
144
  type="password",
145
+ placeholder="",
146
  info="You have to provide your own OpenAI API key.",
147
  )
148