Spaces:
Sleeping
Sleeping
spelling change
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with gr.Blocks(theme= theme) as chatbot:
|
|
| 144 |
gr.ChatInterface(
|
| 145 |
respond,
|
| 146 |
title="Your Personal Skin Chatbot!",
|
| 147 |
-
description= "Welcome, my name is Aloe the Turtle and I am here to help you address any dermatology related questions you may have on topics such as Skin Cancer, Acne,
|
| 148 |
type='messages',
|
| 149 |
theme= theme,
|
| 150 |
examples= ["What ingredients should I use to clear my Acne?", "How do I know if a mole needs to be checked for Skin Cancer?", "How do I tell the difference between eczema and psoriasis?"])
|
|
|
|
| 144 |
gr.ChatInterface(
|
| 145 |
respond,
|
| 146 |
title="Your Personal Skin Chatbot!",
|
| 147 |
+
description= "Welcome, my name is Aloe the Turtle and I am here to help you address any dermatology related questions you may have on topics such as Skin Cancer, Acne, Eczema, and so much more. Just remember, while I have comprehensive knowledge on skin concerns, I am not a medical professional!",
|
| 148 |
type='messages',
|
| 149 |
theme= theme,
|
| 150 |
examples= ["What ingredients should I use to clear my Acne?", "How do I know if a mole needs to be checked for Skin Cancer?", "How do I tell the difference between eczema and psoriasis?"])
|