nesticot commited on
Commit
4170e41
·
verified ·
1 Parent(s): b4d87f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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]):