bstraehle commited on
Commit
12fba10
·
verified ·
1 Parent(s): 48d7e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,6 +92,6 @@ gr.ChatInterface(
92
  ],
93
  cache_examples=False,
94
  additional_inputs=[
95
- gr.Textbox("sk-<BringYourOwn>", label="OpenAI API Key")
96
  ],
97
  ).launch()
 
92
  ],
93
  cache_examples=False,
94
  additional_inputs=[
95
+ gr.Textbox("", label="OpenAI API Key")
96
  ],
97
  ).launch()