Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,8 @@ def server(input, output, session):
|
|
| 244 |
ax=ax_season_table,
|
| 245 |
player_input=player_input,
|
| 246 |
split=input.split_id(),
|
| 247 |
-
sport_id=sport_id
|
|
|
|
| 248 |
|
| 249 |
# break_plot(df=df_plot,ax=ax2)
|
| 250 |
for x,y,z in zip([input.plot_id_1(),input.plot_id_2(),input.plot_id_3()],[ax_plot_1,ax_plot_2,ax_plot_3],[1,3,5]):
|
|
|
|
| 244 |
ax=ax_season_table,
|
| 245 |
player_input=player_input,
|
| 246 |
split=input.split_id(),
|
| 247 |
+
sport_id=sport_id,
|
| 248 |
+
game_type=[input.type_input()])
|
| 249 |
|
| 250 |
# break_plot(df=df_plot,ax=ax2)
|
| 251 |
for x,y,z in zip([input.plot_id_1(),input.plot_id_2(),input.plot_id_3()],[ax_plot_1,ax_plot_2,ax_plot_3],[1,3,5]):
|