Update app.py
Browse files
app.py
CHANGED
|
@@ -291,7 +291,7 @@ def chat_response(message: str, history: List[Dict]):
|
|
| 291 |
demo = gr.ChatInterface(
|
| 292 |
fn=chat_response,
|
| 293 |
title="Medical Assistant (Llama3-Med42)",
|
| 294 |
-
description="""This medical assistant is powered by
|
| 295 |
a model specifically trained on medical knowledge. It provides
|
| 296 |
guidance and information about health-related queries while
|
| 297 |
maintaining professional medical standards.""",
|
|
|
|
| 291 |
demo = gr.ChatInterface(
|
| 292 |
fn=chat_response,
|
| 293 |
title="Medical Assistant (Llama3-Med42)",
|
| 294 |
+
description="""This medical assistant is powered by NURSEOGE,
|
| 295 |
a model specifically trained on medical knowledge. It provides
|
| 296 |
guidance and information about health-related queries while
|
| 297 |
maintaining professional medical standards.""",
|