Spaces:
Sleeping
Sleeping
Commit ·
1344c2d
1
Parent(s): f6622c4
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,8 +33,8 @@ iface = gr.Interface(
|
|
| 33 |
gr.Textbox(placeholder="OpenAI API key")
|
| 34 |
],
|
| 35 |
outputs = [
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
]
|
| 39 |
)
|
| 40 |
iface.launch()
|
|
|
|
| 33 |
gr.Textbox(placeholder="OpenAI API key")
|
| 34 |
],
|
| 35 |
outputs = [
|
| 36 |
+
gr.Textbox(label="Assistant message"),
|
| 37 |
+
gr.Textbox(label="Response JSON")
|
| 38 |
]
|
| 39 |
)
|
| 40 |
iface.launch()
|