Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -194,10 +194,10 @@ app_ui = ui.page_fluid(
|
|
194 |
),
|
195 |
|
196 |
ui.panel_main(ui.tags.h3(""),
|
197 |
-
ui.div({"style": "font-size:
|
198 |
#ui.tags.h2("Fantasy Hockey Schedule Summary"),
|
199 |
-
ui.tags.
|
200 |
-
ui.div({"style": "font-size:1.
|
201 |
ui.output_table("pp_roundup"),
|
202 |
#ui.tags.h5('Legend'),
|
203 |
#ui.tags.h6('An Off Night is defined as a day in which less than half the teams in the NHL are playing'),
|
|
|
194 |
),
|
195 |
|
196 |
ui.panel_main(ui.tags.h3(""),
|
197 |
+
ui.div({"style": "font-size:2.7em;"},ui.output_text("txt_title")),
|
198 |
#ui.tags.h2("Fantasy Hockey Schedule Summary"),
|
199 |
+
ui.tags.h5("Created By: @TJStats, Data: Natural Stat Trick, Yahoo Fantasy"),
|
200 |
+
ui.div({"style": "font-size:1.6em;"},ui.output_text("txt")),
|
201 |
ui.output_table("pp_roundup"),
|
202 |
#ui.tags.h5('Legend'),
|
203 |
#ui.tags.h6('An Off Night is defined as a day in which less than half the teams in the NHL are playing'),
|