sairamn commited on
Commit
e34f62f
·
1 Parent(s): acbec7d

Added app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- "<div style='color: red;'>Caution: This is just medicine info, consult a medical expert or doctor for medicine prescriptions.</div>"
 
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