Spaces:
Runtime error
Runtime error
Commit
•
626aaa0
1
Parent(s):
2757798
Add artwork attribution (#1)
Browse files- Add artwork attribution (750ed1804abdf27ef2080b7e5b70af1f17e02a92)
Co-authored-by: Joe Cheng <jcheng5@users.noreply.huggingface.co>
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 |
),
|