Dagfinn1962 commited on
Commit
f44ebe3
1 Parent(s): 5b9c04f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -116,9 +116,9 @@ with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.blue, secondar
116
  with gr.Column():
117
  # to do: change to openaikey input for public release
118
  openai_key = gr.Textbox(
119
- label="chat",
120
- placeholder="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",
121
- show_label=False,
122
  display=False
123
  )
124
  chatbot = gr.Chatbot().style(height=400)
 
116
  with gr.Column():
117
  # to do: change to openaikey input for public release
118
  openai_key = gr.Textbox(
119
+ input="chat",
120
+ value="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",
121
+ show_imput=False,
122
  display=False
123
  )
124
  chatbot = gr.Chatbot().style(height=400)