Commit
·
4f27632
1
Parent(s):
3531ac7
Update app.py (#2)
Browse files- Update app.py (8abd8eb851d440f06fb0688d6d33ec05f811ddb6)
Co-authored-by: Divith Phogat <[email protected]>
app.py
CHANGED
|
@@ -136,7 +136,7 @@ The model is trained using the scikit-learn library, which provides a range of t
|
|
| 136 |
outputs=gr.Plot(),
|
| 137 |
)
|
| 138 |
|
| 139 |
-
with gr.Tab("
|
| 140 |
gr.Markdown("# Play with the parameters to see how the model changes")
|
| 141 |
|
| 142 |
gr.Markdown("## Solver and penalty")
|
|
|
|
| 136 |
outputs=gr.Plot(),
|
| 137 |
)
|
| 138 |
|
| 139 |
+
with gr.Tab("Train Your Model"):
|
| 140 |
gr.Markdown("# Play with the parameters to see how the model changes")
|
| 141 |
|
| 142 |
gr.Markdown("## Solver and penalty")
|