Dagfinn1962 commited on
Commit
b1e3dc3
1 Parent(s): 4b7972b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,9 +125,9 @@ with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
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():
 
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)
133
  with gr.Row():