Skip to content

Commit

Permalink
Update mdps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ReddyUday63 authored Jun 10, 2024
1 parent d37d3db commit d833883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdps.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
with st.sidebar:
selected = st.selectbox(
'PREDICTION MENU:',
['Diabetes Predtion 🩸', 'Heart Disease Prediction ❤️',"Breast Cancer Prediction 😷", "Parkinson's Prediction 🧠"]
['Diabetes Prediction 🩸', 'Heart Disease Prediction ❤️',"Breast Cancer Prediction 😷", "Parkinson's Prediction 🧠"]
)

# Heading for Multiple Disease Prediction System
Expand Down

0 comments on commit d833883

Please sign in to comment.