Update app.py
#2
by
coddiw0mple
- opened
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")
|