Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -527,7 +527,7 @@ def server(input, output, session):
|
|
527 |
@output
|
528 |
@render.text
|
529 |
def txt_title_streamers_dates_f():
|
530 |
-
return f'
|
531 |
|
532 |
@output
|
533 |
@render.text
|
@@ -553,7 +553,7 @@ def server(input, output, session):
|
|
553 |
@output
|
554 |
@render.text
|
555 |
def txt_title_streamers_dates_d():
|
556 |
-
return f'
|
557 |
|
558 |
|
559 |
def txt_title_streamers_bang():
|
@@ -567,12 +567,12 @@ def server(input, output, session):
|
|
567 |
@output
|
568 |
@render.text
|
569 |
def txt_title_streamers_dates_f_bang():
|
570 |
-
return f'
|
571 |
|
572 |
@output
|
573 |
@render.text
|
574 |
def txt_title_streamers_dates_d_bang():
|
575 |
-
return f'
|
576 |
|
577 |
@output
|
578 |
@render.table
|
|
|
527 |
@output
|
528 |
@render.text
|
529 |
def txt_title_streamers_dates_f():
|
530 |
+
return f'2024-25 Season - {input.scorer_date_id()[0]} to {input.scorer_date_id()[1]} (min. {input.min_games()} GP)'
|
531 |
|
532 |
@output
|
533 |
@render.text
|
|
|
553 |
@output
|
554 |
@render.text
|
555 |
def txt_title_streamers_dates_d():
|
556 |
+
return f'2024-25 Season - {input.scorer_date_id()[0]} to {input.scorer_date_id()[1]} (min. {input.min_games()} GP)'
|
557 |
|
558 |
|
559 |
def txt_title_streamers_bang():
|
|
|
567 |
@output
|
568 |
@render.text
|
569 |
def txt_title_streamers_dates_f_bang():
|
570 |
+
return f'2024-25 Season - {input.scorer_date_id()[0]} to {input.scorer_date_id()[1]} (min. {input.min_games()} GP)'
|
571 |
|
572 |
@output
|
573 |
@render.text
|
574 |
def txt_title_streamers_dates_d_bang():
|
575 |
+
return f'2024-25 Season - {input.scorer_date_id()[0]} to {input.scorer_date_id()[1]} (min. {input.min_games()} GP)'
|
576 |
|
577 |
@output
|
578 |
@render.table
|