Dagfinn1962 commited on
Commit
ac469ec
1 Parent(s): 262f526

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,9 +131,9 @@ with gr.Blocks(
131
  # to do: change to openaikey input for public release
132
  openai_key = gr.Textbox(
133
  label="OpenAI Key",
134
- value="hidden",
135
  type="password",
136
- placeholder="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",
137
  info="You have to provide your own OpenAI API key.",
138
  )
139
  chatbot = gr.Chatbot().style(height=400)
 
131
  # to do: change to openaikey input for public release
132
  openai_key = gr.Textbox(
133
  label="OpenAI Key",
134
+ value="",
135
  type="password",
136
+ placeholder="",
137
  info="You have to provide your own OpenAI API key.",
138
  )
139
  chatbot = gr.Chatbot().style(height=400)