suhailidrees commited on
Commit
1344c2d
·
1 Parent(s): f6622c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ iface = gr.Interface(
33
  gr.Textbox(placeholder="OpenAI API key")
34
  ],
35
  outputs = [
36
- "text",
37
- "text"
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()