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