Dagfinn1962 commited on
Commit
3665649
1 Parent(s): e8eed30

Update app.py

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