decodingdatascience commited on
Commit
f01883f
·
verified ·
1 Parent(s): 8615598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,6 +47,6 @@ gr.Interface(
47
  fn=generate_response,
48
  inputs=gr.Textbox(lines=4, placeholder="Describe your telecom issue..."),
49
  outputs=gr.Textbox(label="Groq API Response"),
50
- title="Telecom Support Assistant",
51
  description="Ask your question and get a helpful reply from our AI-powered support assistant."
52
  ).launch()
 
47
  fn=generate_response,
48
  inputs=gr.Textbox(lines=4, placeholder="Describe your telecom issue..."),
49
  outputs=gr.Textbox(label="Groq API Response"),
50
+ title="Zain Customer Care Support Assistant",
51
  description="Ask your question and get a helpful reply from our AI-powered support assistant."
52
  ).launch()