Spaces:
Sleeping
Sleeping
Update Chatbot.py
Browse files- Chatbot.py +2 -2
Chatbot.py
CHANGED
|
@@ -193,8 +193,8 @@ def create_gradio_interface():
|
|
| 193 |
with gr.Column(elem_id="chat-container"):
|
| 194 |
gr.Markdown(
|
| 195 |
"""
|
| 196 |
-
# 🤖
|
| 197 |
-
Welcome to your personal AI assistant! Enter your ID and start chatting.
|
| 198 |
"""
|
| 199 |
)
|
| 200 |
|
|
|
|
| 193 |
with gr.Column(elem_id="chat-container"):
|
| 194 |
gr.Markdown(
|
| 195 |
"""
|
| 196 |
+
# 🤖 CareBot - Your Personal Medical AI Assistant
|
| 197 |
+
Welcome to your personal Medical AI assistant! Enter your ID and start chatting.
|
| 198 |
"""
|
| 199 |
)
|
| 200 |
|