Update app.py
Browse files
app.py
CHANGED
|
@@ -720,7 +720,9 @@ def server(input, output, session):
|
|
| 720 |
player_input=player_input,
|
| 721 |
split=input.split_id(),
|
| 722 |
sport_id=sport_id,
|
| 723 |
-
game_type=[input.type_input()]
|
|
|
|
|
|
|
| 724 |
|
| 725 |
# break_plot(df=df_plot,ax=ax2)
|
| 726 |
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]):
|
|
|
|
| 720 |
player_input=player_input,
|
| 721 |
split=input.split_id(),
|
| 722 |
sport_id=sport_id,
|
| 723 |
+
game_type=[input.type_input()],
|
| 724 |
+
start_date_input=None,
|
| 725 |
+
end_date_input=None)
|
| 726 |
|
| 727 |
# break_plot(df=df_plot,ax=ax2)
|
| 728 |
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]):
|