Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -162,8 +162,8 @@ app_ui = ui.page_fluid(
|
|
| 162 |
ui.panel_sidebar(
|
| 163 |
# Row for selecting season and level
|
| 164 |
ui.row(
|
| 165 |
-
ui.markdown("##
|
| 166 |
-
ui.markdown("This app generates a movement plot for a pitcher's pitches in
|
| 167 |
ui.column(4,ui.div(
|
| 168 |
"By: ",
|
| 169 |
ui.tags.a(
|
|
|
|
| 162 |
ui.panel_sidebar(
|
| 163 |
# Row for selecting season and level
|
| 164 |
ui.row(
|
| 165 |
+
ui.markdown("## MLB & MilB Pitch Plots"),
|
| 166 |
+
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."),
|
| 167 |
ui.column(4,ui.div(
|
| 168 |
"By: ",
|
| 169 |
ui.tags.a(
|