cjzhi98 commited on
Commit
5ce5942
1 Parent(s): 90d71c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def respond_to_input(user_input):
24
  # Create the Gradio interface
25
  iface = gr.Interface(
26
  title="Low & Partners chatbot", fn=respond_to_input, inputs="text", outputs="text", description=(
27
- "This is a chatbot for Low & Partners Law Firm. Ask me anything related to law!\n\n"
28
  "Note: This chatbot does not implement memory module, ask specific questions and don't expect it to remember previous conversation.\n"
29
  )
30
  )
 
24
  # Create the Gradio interface
25
  iface = gr.Interface(
26
  title="Low & Partners chatbot", fn=respond_to_input, inputs="text", outputs="text", description=(
27
+ "This is a chatbot for Low & Partners Law Firm. Ask me anything related to Will Act!\n\n"
28
  "Note: This chatbot does not implement memory module, ask specific questions and don't expect it to remember previous conversation.\n"
29
  )
30
  )