Spaces:
Sleeping
Sleeping
small changes to wording
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ def respond(message,history):
|
|
| 120 |
chatbot = gr.ChatInterface(
|
| 121 |
respond,
|
| 122 |
title="Your Personal Skin Chatbot!",
|
| 123 |
-
description= "Welcome, my name is Aloe the Turtle and I am here to help you address your
|
| 124 |
type='messages')
|
| 125 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 126 |
|
|
|
|
| 120 |
chatbot = gr.ChatInterface(
|
| 121 |
respond,
|
| 122 |
title="Your Personal Skin Chatbot!",
|
| 123 |
+
description= "Welcome, my name is Aloe the Turtle and I am here to help you address your Skin Cancer Concerns! Just remember, while I do have comprehensive knowledge on Skin Cancer, I am not a medical professional!",
|
| 124 |
type='messages')
|
| 125 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 126 |
|