thompson2091 commited on
Commit
fa5c6ac
·
1 Parent(s): e5c2934

updated attribution

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ app_ui = x.ui.page_fillable(
45
  ui.output_ui("value_boxes"),
46
  x.ui.output_plot("scatter", fill=True),
47
  ui.help_text(
48
- "Artwork by ",
49
- ui.a("@allison_horst", href="https://twitter.com/allison_horst"),
50
  class_="text-end",
51
  ),
52
  fill=True,
 
45
  ui.output_ui("value_boxes"),
46
  x.ui.output_plot("scatter", fill=True),
47
  ui.help_text(
48
+ "Created by ",
49
+ ui.a("Matt Thompson", href="https://www.linkedin.com/in/johnthompsoncsm/"),
50
  class_="text-end",
51
  ),
52
  fill=True,