SonyaHas commited on
Commit
fb41fec
·
verified ·
1 Parent(s): 9fb4c5e

small suggestion changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(theme= theme) as 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, Excema, 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 prevent Skin Cancer?", "How do I tell the difference between eczema and psoriasis"])
151
  #defining my chatbot so user can interact, see their conversation and send new messages
152
 
153
 
 
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, Excema, 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?"])
151
  #defining my chatbot so user can interact, see their conversation and send new messages
152
 
153