Dagfinn1962 commited on
Commit
6176f6f
1 Parent(s): b57d80a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,9 +123,9 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
123
  # to do: change to openaikey input for public release
124
  openai_key = gr.Textbox(
125
  label="OpenAI Key",
126
- value="",
127
  type="password",
128
- placeholder="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",
129
  info="You have to provide your own OpenAI API key.",
130
  )
131
  chatbot = gr.Chatbot().style(height=400)
 
123
  # to do: change to openaikey input for public release
124
  openai_key = gr.Textbox(
125
  label="OpenAI Key",
126
+ value="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",
127
  type="password",
128
+ placeholder="",
129
  info="You have to provide your own OpenAI API key.",
130
  )
131
  chatbot = gr.Chatbot().style(height=400)