Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,6 +84,6 @@ gr.ChatInterface(
|
|
84 |
],
|
85 |
cache_examples=False,
|
86 |
additional_inputs=[
|
87 |
-
gr.Textbox("
|
88 |
],
|
89 |
).launch()
|
|
|
84 |
],
|
85 |
cache_examples=False,
|
86 |
additional_inputs=[
|
87 |
+
gr.Textbox("", label="OpenAI API Key")
|
88 |
],
|
89 |
).launch()
|