Pawan Mane commited on
Commit ·
c0c822a
1
Parent(s): 4928a1a
Latest Changes
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ from core.detection import auto_set_task
|
|
| 19 |
|
| 20 |
with gr.Blocks() as app:
|
| 21 |
with gr.Column(elem_id="container"):
|
| 22 |
-
gr.Markdown("## Supervised Learning Model Trainer")
|
| 23 |
|
| 24 |
with gr.Row(equal_height=True):
|
| 25 |
with gr.Column():
|
|
|
|
| 19 |
|
| 20 |
with gr.Blocks() as app:
|
| 21 |
with gr.Column(elem_id="container"):
|
| 22 |
+
gr.Markdown("## 👉 Supervised Learning Model Trainer")
|
| 23 |
|
| 24 |
with gr.Row(equal_height=True):
|
| 25 |
with gr.Column():
|