amitagh commited on
Commit
ca39493
1 Parent(s): 6ba02ef

Updated Header msg

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -48,9 +48,11 @@ def calc_cost():
48
  with gr.Blocks() as demo:
49
 
50
  gr.Markdown(value="## MedBot")
 
51
  gr.Markdown(value="Bot helps with medical information on several common medical disorders, conditions, tests, and treatments, including high-profile diseases such as \
52
  Alzheimer’s disease, cancer, and heart attack. It uses language that laypersons can understand,")
53
- gr.Markdown(value="**Please use info provided with caution. Please consult a doctor for final treatment.**")
 
54
  chatbot = gr.Chatbot(value=[], label="MedBot")
55
 
56
  txt = gr.Textbox(
 
48
  with gr.Blocks() as demo:
49
 
50
  gr.Markdown(value="## MedBot")
51
+ gr.Markdown(value="Welcome to MedBot – Your Personal Health Assistant. I am here to provide information on various diseases and medical conditions. Please keep in mind that while I can offer valuable insights, my responses are not a substitute for professional medical advice, diagnosis, or treatment.")
52
  gr.Markdown(value="Bot helps with medical information on several common medical disorders, conditions, tests, and treatments, including high-profile diseases such as \
53
  Alzheimer’s disease, cancer, and heart attack. It uses language that laypersons can understand,")
54
+ gr.Markdown(value="**For accurate and personalized guidance, always consult with a qualified healthcare professional. If you have a specific question about a particular disease or health concern, feel free to ask, and I'll do my best to assist you with reliable and informative responses.\
55
+ Your health is important, and I'm here to support you on your journey to better understanding various medical conditions. Let's explore together, keeping your well-being in mind at all times.**")
56
  chatbot = gr.Chatbot(value=[], label="MedBot")
57
 
58
  txt = gr.Textbox(