SonyaHas commited on
Commit
4cd5c60
·
verified ·
1 Parent(s): de67b91

small changes to wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 skin cancer concerns! Just remeber, 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
 
 
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