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