Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ gr_interface = gr.Interface(
|
|
133 |
gr.Textbox(lines=2, label="Customer Query", placeholder="Enter your customer support query here..."),
|
134 |
gr.Textbox(label="GROQ API Key", placeholder="Enter your GROQ API key"),
|
135 |
],
|
136 |
-
outputs=gr.
|
137 |
title="Customer Support Chatbot",
|
138 |
description="Enter your query to receive assistance.",
|
139 |
)
|
|
|
133 |
gr.Textbox(lines=2, label="Customer Query", placeholder="Enter your customer support query here..."),
|
134 |
gr.Textbox(label="GROQ API Key", placeholder="Enter your GROQ API key"),
|
135 |
],
|
136 |
+
outputs=gr.JSON(label="Response"),
|
137 |
title="Customer Support Chatbot",
|
138 |
description="Enter your query to receive assistance.",
|
139 |
)
|