diff --git a/App/drug_app.py b/App/drug_app.py index 3f59222..ce71f72 100644 --- a/App/drug_app.py +++ b/App/drug_app.py @@ -5,7 +5,7 @@ def predict_drug(age, sex, blood_pressure, cholesterol, na_to_k_ratio): - """Predict drug based on patient features. + """Predict drugs based on patient features. Args: age (int): Age of patient @@ -50,8 +50,6 @@ def predict_drug(age, sex, blood_pressure, cholesterol, na_to_k_ratio): **It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions.** -[![DataCamp](https://img.shields.io/badge/Datacamp-05192D?style=for-the-badge&logo=datacamp&logoColor=65FF8F)](https://www.datacamp.com/portfolio/kingabzpro) - """ gr.Interface(