mohitrajdeo commited on
Commit
e3681ad
Β·
1 Parent(s): 623d6d9

Update available features in the home page to include Hypertension and Sleep Health Analysis, and remove Mental Health Assessment

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -95,14 +95,16 @@ if selected == 'Home':
95
  This tool provides **early prediction and analysis** for various health conditions using **Machine Learning & NLP**.
96
 
97
  ### πŸ₯ Available Features:
98
- - **βœ… Checkbox-based Lifestyle Disease Predictor** using **BiomedNLP-PubMedBERT**
99
- - **πŸ€– AI Chatbot for Health Assistance** (Ask health-related questions)
100
- - **🧠 Mental Health Assessment**
101
  - **🩸 Disease Predictors**:
102
- - Diabetes
103
- - Asthma
104
- - Stroke
105
- - Cardiovascular Disease
 
 
 
 
 
106
  - **πŸ“Š Data Visualizer** (Analyze trends in health conditions)
107
 
108
  πŸ‘‰ Select an option from the sidebar to proceed!
 
95
  This tool provides **early prediction and analysis** for various health conditions using **Machine Learning & NLP**.
96
 
97
  ### πŸ₯ Available Features:
 
 
 
98
  - **🩸 Disease Predictors**:
99
+ - Diabetes Prediction
100
+ - Hypertension Prediction
101
+ - Cardiovascular Disease Prediction
102
+ - Stroke Prediction
103
+ - Asthma Prediction
104
+ - Sleep Health Analysis
105
+ # - **βœ… Checkbox-based Lifestyle Disease Predictor** using **BiomedNLP-PubMedBERT**
106
+ - **πŸ€– Medical Consultant** (Ask health-related questions)
107
+ # - **🧠 Mental Health Assessment**
108
  - **πŸ“Š Data Visualizer** (Analyze trends in health conditions)
109
 
110
  πŸ‘‰ Select an option from the sidebar to proceed!