Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,6 @@ gr.ChatInterface(
|
|
89 |
],
|
90 |
cache_examples=False,
|
91 |
additional_inputs=[
|
92 |
-
gr.Textbox("",
|
93 |
],
|
94 |
).launch()
|
|
|
89 |
],
|
90 |
cache_examples=False,
|
91 |
additional_inputs=[
|
92 |
+
gr.Textbox("", label="OpenAI API Key", type="password")
|
93 |
],
|
94 |
).launch()
|