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()
|