Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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()
|