liushilei commited on
Commit
43f8c72
1 Parent(s): fe10a59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def chat(p, qid, uid):
40
  iface = gr.Interface(fn=chat,
41
  inputs=["text", "text", "text"],
42
  outputs=["text", "text"],
43
- description="""这是一个极其简单的示范程序,用唐三藏的语气来和你对话。)
44
  """
45
  )
46
  iface.launch()
 
40
  iface = gr.Interface(fn=chat,
41
  inputs=["text", "text", "text"],
42
  outputs=["text", "text"],
43
+ description="""小小心理咨询师,可以陪你聊天、开导你,提供简单的心理咨询。
44
  """
45
  )
46
  iface.launch()