Spaces:
Runtime error
Runtime error
Srinivasulu kethanaboina
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def handle_query(query):
|
|
57 |
(
|
58 |
"user",
|
59 |
"""
|
60 |
-
As
|
61 |
Provide concise answers based on the conversation flow. Ultimately, aim to attract users to connect with our services.
|
62 |
Summarize responses effectively in 20-60 words without unnecessary repetition.
|
63 |
{context_str}
|
@@ -170,6 +170,6 @@ label.svelte-1b6s6s {display: none}
|
|
170 |
|
171 |
gr.ChatInterface(chat_interface,
|
172 |
css=css,
|
173 |
-
description=
|
174 |
clear_btn=None, undo_btn=None, retry_btn=None,
|
175 |
).launch()
|
|
|
57 |
(
|
58 |
"user",
|
59 |
"""
|
60 |
+
As Lily, your goal is to offer top-tier service and information about RedFerns Tech company.
|
61 |
Provide concise answers based on the conversation flow. Ultimately, aim to attract users to connect with our services.
|
62 |
Summarize responses effectively in 20-60 words without unnecessary repetition.
|
63 |
{context_str}
|
|
|
170 |
|
171 |
gr.ChatInterface(chat_interface,
|
172 |
css=css,
|
173 |
+
description="Lily",
|
174 |
clear_btn=None, undo_btn=None, retry_btn=None,
|
175 |
).launch()
|