Spaces:
Runtime error
Runtime error
Add artwork attribution
#1
by
jcheng5
- opened
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 |
),
|