Dagfinn1962 commited on
Commit
c6dfd44
1 Parent(s): 129903d

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -2
app2.py CHANGED
@@ -123,10 +123,10 @@ 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="GPT-3",
126
- value="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",
127
  type="password",
128
  placeholder="Key",
129
- info="",
130
 
131
  )
132
  chatbot = gr.Chatbot().style(height=400)
 
123
  # to do: change to openaikey input for public release
124
  openai_key = gr.Textbox(
125
  label="GPT-3",
126
+ value="",
127
  type="password",
128
  placeholder="Key",
129
+ info="insert your key here",
130
 
131
  )
132
  chatbot = gr.Chatbot().style(height=400)