Yash911 commited on
Commit
c6901d3
·
1 Parent(s): a0c9c31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -171,6 +171,7 @@ demo = gr.Interface(
171
  gr.Slider(1, 100, value=50, label="Age", info="Choose between 1 and 100"),
172
  ],
173
  #description="Diabetes Prediction Model By Yash Rawal"
 
174
  outputs = "text",
175
  )
176
 
 
171
  gr.Slider(1, 100, value=50, label="Age", info="Choose between 1 and 100"),
172
  ],
173
  #description="Diabetes Prediction Model By Yash Rawal"
174
+ gr.Markdown("""Dibetese prediction system by Yash Rawal""")
175
  outputs = "text",
176
  )
177