amitagh commited on
Commit
6ba02ef
·
verified ·
1 Parent(s): c20ac88

CHanged Str

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,9 +48,9 @@ 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 nearly 1,700 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 cautiously. 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="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(