SonyaHas commited on
Commit
58740c0
·
verified ·
1 Parent(s): d8b91b5

suggestions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks(theme= theme) as chatbot:
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, 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"])
151
  #defining my chatbot so user can interact, see their conversation and send new messages
152
 
 
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, 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"])
151
  #defining my chatbot so user can interact, see their conversation and send new messages
152