Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- 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()
|