Dagfinn1962 commited on
Commit
e9590e5
1 Parent(s): cfbea52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -123,12 +123,12 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
123
  # to do: change to openaikey input for public release
124
  openai_key = gr.Textbox(
125
  label="OpenAI Key",
126
- value=os.environ.get("OPENAI_API_KEY"),
127
  type="password",
128
  placeholder="sk..",
129
  info="",
130
- show_label=True,
131
- )
132
  chatbot = gr.Chatbot().style(height=400)
133
  with gr.Row():
134
  with gr.Column():
 
123
  # to do: change to openaikey input for public release
124
  openai_key = gr.Textbox(
125
  label="OpenAI Key",
126
+ value= "",
127
  type="password",
128
  placeholder="sk..",
129
  info="",
130
+ )
131
+
132
  chatbot = gr.Chatbot().style(height=400)
133
  with gr.Row():
134
  with gr.Column():