Add artwork attribution

#1
by jcheng5 - opened
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -44,6 +44,11 @@ app_ui = x.ui.page_fillable(
44
  ),
45
  ui.output_ui("value_boxes"),
46
  x.ui.output_plot("scatter", fill=True),
 
 
 
 
 
47
  fill=True,
48
  fillable=True,
49
  ),
 
44
  ),
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,
53
  fillable=True,
54
  ),