Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def handle_query(query):
|
|
50 |
(
|
51 |
"user",
|
52 |
"""
|
53 |
-
As
|
54 |
Provide concise answers based on the conversation flow. Ultimately, aim to attract users to connect with our services.
|
55 |
Summarize responses effectively in 20-60 words without unnecessary repetition.
|
56 |
{context_str}
|
@@ -161,7 +161,7 @@ label.svelte-1b6s6s {display: none}
|
|
161 |
'''
|
162 |
gr.ChatInterface(chat_interface,
|
163 |
css=css,
|
164 |
-
description="
|
165 |
clear_btn=None, undo_btn=None, retry_btn=None,
|
166 |
examples=['Tell me about Redfernstech?', 'Services in Redfernstech?']
|
167 |
).launch()
|
|
|
50 |
(
|
51 |
"user",
|
52 |
"""
|
53 |
+
As Clera, your goal is to offer top-tier service and information about RedFerns Tech company.
|
54 |
Provide concise answers based on the conversation flow. Ultimately, aim to attract users to connect with our services.
|
55 |
Summarize responses effectively in 20-60 words without unnecessary repetition.
|
56 |
{context_str}
|
|
|
161 |
'''
|
162 |
gr.ChatInterface(chat_interface,
|
163 |
css=css,
|
164 |
+
description="Clera",
|
165 |
clear_btn=None, undo_btn=None, retry_btn=None,
|
166 |
examples=['Tell me about Redfernstech?', 'Services in Redfernstech?']
|
167 |
).launch()
|