rcfraley commited on
Commit
4f3131d
·
1 Parent(s): bee8b2b

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -95,5 +95,5 @@ outputs = gr.outputs.Textbox(label="Reply")
95
 
96
 
97
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AttachmentBot",
98
- description="Let me survey you about your attachment with certain people in your life",
99
  theme="compact").launch()
 
95
 
96
 
97
  gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AttachmentBot",
98
+ description="Let's learn more about the important relationships in your life.",
99
  theme="compact").launch()