aagoluoglu commited on
Commit
e7cace3
·
1 Parent(s): 27540d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ app_ui = ui.page_fillable(
58
  ui.output_ui("value_boxes"),
59
  ui.output_plot("scatter", fill=True),
60
  ui.help_text(
61
- "Artwork by ",
62
- ui.a("@allison_horst", href="https://twitter.com/allison_horst"),
63
  class_="text-end",
64
  ),
65
  ),
 
58
  ui.output_ui("value_boxes"),
59
  ui.output_plot("scatter", fill=True),
60
  ui.help_text(
61
+ "Project by ",
62
+ ui.a("@agoluoglu", href="https://github.com/agoluoglu"),
63
  class_="text-end",
64
  ),
65
  ),