debisoft commited on
Commit
5bf5601
·
1 Parent(s): 55d7363
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,5 +35,5 @@ Format your response as a JSON object with \
35
  response = get_completion_from_messages(messages, temperature=0)
36
  return json.dumps(response)
37
 
38
- iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="Company"), gr.Textbox(label="Solution"), gr.Textbox(label="Customer"), gr.Textbox(label="Problem")], outputs="json")
39
  iface.launch()
 
35
  response = get_completion_from_messages(messages, temperature=0)
36
  return json.dumps(response)
37
 
38
+ iface = gr.Interface(fn=greet, inputs=[gr.Textbox(label="Company"), gr.Textbox(label="Solution"), gr.Textbox(label="Customer"), gr.Textbox(label="Problem"), gr.Textbox(label="Feature")], outputs="json")
39
  iface.launch()