Aayussh commited on
Commit
e305ec6
·
verified ·
1 Parent(s): 9a69f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -130,15 +130,15 @@ with gr.Blocks(css=".gradio-container {max-width: 800px; margin: auto;}") as dem
130
  show_progress=True
131
  )
132
 
133
- footerMD = """⚠️ Disclaimer: HealthMate is an AI-based assistant
134
  and not a substitute for professional medical advice,
135
  diagnosis, or treatment. Always seek the advice of a
136
  qualified healthcare provider with any questions you
137
  may have regarding a medical condition. If you think
138
  you may have a medical emergency, call your doctor or
139
  local emergency services immediately.
140
- """
141
- footer = gr.Markdown("", elem_classes="footer")
142
 
143
  if __name__ == "__main__":
144
  demo.launch(share=True, pwa=True)
 
130
  show_progress=True
131
  )
132
 
133
+ footerMD = """⚠️ Disclaimer: HealthMate is an AI-based assistant
134
  and not a substitute for professional medical advice,
135
  diagnosis, or treatment. Always seek the advice of a
136
  qualified healthcare provider with any questions you
137
  may have regarding a medical condition. If you think
138
  you may have a medical emergency, call your doctor or
139
  local emergency services immediately.
140
+ """
141
+ gr.Markdown(footerMD, elem_classes="footer")
142
 
143
  if __name__ == "__main__":
144
  demo.launch(share=True, pwa=True)