HealthOrzo is a Disease Prediction and Information Website. It is user friendly and very dynamic in it's prediction. The Project Predicts 4 diseases that are Diabetes , Kidney Disease , Heart Ailment and Liver Disease . All these 4 Machine Learning Models are integrated in a website using Flask at the backend .
inside templates folder in the first line of "predict.html" it says "{% extends 'main.html' %}" but there is no main.html file which is causing an error.
inside templates folder in the first line of "predict.html" it says "{% extends 'main.html' %}" but there is no main.html file which is causing an error.