mgbam commited on
Commit
17ec5d6
·
verified ·
1 Parent(s): 5d58e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -97,4 +97,13 @@ with gr.Blocks() as mas:
97
  with gr.Tab("ℹ️ About This Project"):
98
  gr.Markdown("""
99
  ### About
100
- This project is developed by **[mgbam](https://huggingface.co/mgbam)** to revolutionize cancer detection and research
 
 
 
 
 
 
 
 
 
 
97
  with gr.Tab("ℹ️ About This Project"):
98
  gr.Markdown("""
99
  ### About
100
+ This project is developed by **[mgbam](https://huggingface.co/mgbam)** to revolutionize cancer detection and research accessibility.
101
+ #### Features:
102
+ - State-of-the-art AI-powered skin cancer detection.
103
+ - Explanations designed for patients and clinicians.
104
+ - Access to the latest research insights for global collaboration.
105
+ """)
106
+ gr.Markdown("🎯 Let's work together to save lives and make healthcare accessible for all.")
107
+
108
+ # Launch the MAS
109
+ mas.launch()