Dagfinn1962 commited on
Commit
a003c17
1 Parent(s): eff7e54

Update app.py

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