Spaces:
Sleeping
Sleeping
added description!
Browse files
app.py
CHANGED
|
@@ -120,6 +120,7 @@ def respond(message,history):
|
|
| 120 |
chatbot = gr.ChatInterface(
|
| 121 |
respond,
|
| 122 |
title="Skin Chatbot!",
|
|
|
|
| 123 |
type='messages')
|
| 124 |
#defining my chatbot so user can interact, see their conversation and send new messages
|
| 125 |
|
|
|
|
| 120 |
chatbot = gr.ChatInterface(
|
| 121 |
respond,
|
| 122 |
title="Skin Chatbot!",
|
| 123 |
+
description= "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 |
|