Muhammadidrees commited on
Commit
8f38662
·
verified ·
1 Parent(s): 0da2d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -248,8 +248,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
248
  outputs=[left_output, right_output]
249
  )
250
 
251
- gr.Markdown("*⚠️ Disclaimer: This AI output is for educational purposes only and not a substitute for professional medical advice.*")
252
-
253
  # Launch (HF Spaces expects this pattern)
254
  if __name__ == "__main__":
255
  demo.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))
 
248
  outputs=[left_output, right_output]
249
  )
250
 
251
+
 
252
  # Launch (HF Spaces expects this pattern)
253
  if __name__ == "__main__":
254
  demo.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))