bstraehle commited on
Commit
f1a245d
·
verified ·
1 Parent(s): 1e44ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ gr.ChatInterface(
89
  ],
90
  cache_examples=False,
91
  additional_inputs=[
92
- gr.Textbox("", type="password", label="OpenAI API Key")
93
  ],
94
  ).launch()
 
89
  ],
90
  cache_examples=False,
91
  additional_inputs=[
92
+ gr.Textbox("", label="OpenAI API Key", type="password")
93
  ],
94
  ).launch()