saritha commited on
Commit
779c505
·
verified ·
1 Parent(s): c5347a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.outputs.JSON(label="Response"),
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
  )