kingabzpro commited on
Commit
286bba2
1 Parent(s): f053ffe

Sync App files

Browse files
Files changed (1) hide show
  1. drug_app.py +1 -7
drug_app.py CHANGED
@@ -42,13 +42,7 @@ examples = [
42
 
43
  title = "Drug Classification"
44
  description = "Enter the details to correctly identify Drug type?"
45
- article = """
46
- <center>
47
-
48
- This app is a part of the **[Beginner's Guide to CI/CD for Machine Learning](https://www.datacamp.com/tutorial/ci-cd-for-machine-learning)**.
49
-
50
- </center>
51
- """
52
 
53
 
54
  gr.Interface(
 
42
 
43
  title = "Drug Classification"
44
  description = "Enter the details to correctly identify Drug type?"
45
+ article = "This app is a part of the **[Beginner's Guide to CI/CD for Machine Learning](https://www.datacamp.com/tutorial/ci-cd-for-machine-learning)**. It teaches how to automate training, evaluation, and deployment of models to Hugging Face using GitHub Actions."
 
 
 
 
 
 
46
 
47
 
48
  gr.Interface(