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

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's learn more about the important relationships 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. Type 'start' in the box below to begin.",
99
  theme="compact").launch()