Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +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 |
-
Markdown("""Dibetese prediction system by Yash Rawal""")
|
175 |
outputs = "text",
|
176 |
)
|
177 |
|
|
|
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 |
+
#Markdown("""Dibetese prediction system by Yash Rawal""")
|
175 |
outputs = "text",
|
176 |
)
|
177 |
|