Update app.py
Browse files
app.py
CHANGED
|
@@ -531,7 +531,9 @@ def server(input, output, session):
|
|
| 531 |
player_input=player_input,
|
| 532 |
split=input.split_id(),
|
| 533 |
sport_id=sport_id,
|
| 534 |
-
game_type=[input.type_input()]
|
|
|
|
|
|
|
| 535 |
|
| 536 |
# break_plot(df=df_plot,ax=ax2)
|
| 537 |
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]):
|
|
|
|
| 531 |
player_input=player_input,
|
| 532 |
split=input.split_id(),
|
| 533 |
sport_id=sport_id,
|
| 534 |
+
game_type=[input.type_input()],
|
| 535 |
+
start_date_input= str(input.date_id()[0]),
|
| 536 |
+
end_date_input=str(input.date_id()[1]))
|
| 537 |
|
| 538 |
# break_plot(df=df_plot,ax=ax2)
|
| 539 |
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]):
|