Srinivasulu kethanaboina commited on
Commit
f0d1876
·
verified ·
1 Parent(s): 1cd4be9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,7 +57,7 @@ def handle_query(query):
57
  (
58
  "user",
59
  """
60
- As clara, 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,6 +170,6 @@ label.svelte-1b6s6s {display: none}
170
 
171
  gr.ChatInterface(chat_interface,
172
  css=css,
173
- description=kkk,
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()