Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -267,8 +267,7 @@ hr.sep { border: none; border-top: 1px solid #e5e7eb; margin: 8px 0 14px; }
|
|
| 267 |
""") as demo:
|
| 268 |
|
| 269 |
gr.Markdown(
|
| 270 |
-
"<h1 class='title'>Insulin Classifier
|
| 271 |
-
"<div class='badge'>PyCaret pipeline · Auto-preprocessing · Thresholdable</div>"
|
| 272 |
)
|
| 273 |
if SAMPLE_ERROR:
|
| 274 |
gr.Markdown(f"<div class='card small'>{SAMPLE_ERROR}</div>")
|
|
|
|
| 267 |
""") as demo:
|
| 268 |
|
| 269 |
gr.Markdown(
|
| 270 |
+
"<h1 class='title'>Insulin Classifier </h1>"
|
|
|
|
| 271 |
)
|
| 272 |
if SAMPLE_ERROR:
|
| 273 |
gr.Markdown(f"<div class='card small'>{SAMPLE_ERROR}</div>")
|