Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ demo = gr.Interface(
|
|
170 |
gr.Slider(0, 1.0, value=0.549, label="DiabetesPedigreeFunction", info="Choose between 0.0 and 1.0"),
|
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 |
|
|
|
170 |
gr.Slider(0, 1.0, value=0.549, label="DiabetesPedigreeFunction", info="Choose between 0.0 and 1.0"),
|
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 |
|