Added app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,8 @@ iface = gr.Interface(
|
|
51 |
description=(
|
52 |
"Welcome to MedChat! Ask me about any medicine and get accurate and relevant information. "
|
53 |
"I am here to assist you with medicine-related queries only.<br>"
|
54 |
-
"<
|
|
|
55 |
),
|
56 |
theme=gr.themes.Ocean(),
|
57 |
live=False
|
|
|
51 |
description=(
|
52 |
"Welcome to MedChat! Ask me about any medicine and get accurate and relevant information. "
|
53 |
"I am here to assist you with medicine-related queries only.<br>"
|
54 |
+
f"<p style='color: red;'>Caution: This is just medicine info, consult a medical expert or doctor for medicine "
|
55 |
+
f"prescriptions.</p>"
|
56 |
),
|
57 |
theme=gr.themes.Ocean(),
|
58 |
live=False
|