Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ main_ui = ui.page_fluid(
|
|
| 168 |
ui.panel_sidebar(
|
| 169 |
# Row for selecting season and level
|
| 170 |
ui.row(
|
| 171 |
-
ui.markdown("## MLB &
|
| 172 |
ui.markdown("This app generates a movement plot for a pitcher's pitches in MLB and MiLB games. You can highlight and update pitch types by selecting points on the plot."),
|
| 173 |
ui.column(4,ui.div(
|
| 174 |
"By: ",
|
|
|
|
| 168 |
ui.panel_sidebar(
|
| 169 |
# Row for selecting season and level
|
| 170 |
ui.row(
|
| 171 |
+
ui.markdown("## MLB & MiLB Pitch Plots"),
|
| 172 |
ui.markdown("This app generates a movement plot for a pitcher's pitches in MLB and MiLB games. You can highlight and update pitch types by selecting points on the plot."),
|
| 173 |
ui.column(4,ui.div(
|
| 174 |
"By: ",
|