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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -122,11 +122,12 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
122
  with gr.Column():
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)
132
  with gr.Row():
 
122
  with gr.Column():
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="",
129
+ info="",
130
+ show_label=False,
131
  )
132
  chatbot = gr.Chatbot().style(height=400)
133
  with gr.Row():