coddiw0mple
commited on
Commit
•
8abd8eb
1
Parent(s):
3531ac7
Update app.py
Browse filesFixed major typo
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")
|