Spaces:
Runtime error
Runtime error
Commit
·
e7cace3
1
Parent(s):
27540d1
Update app.py
Browse files
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 |
-
"
|
62 |
-
ui.a("@
|
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 |
),
|