Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ app_ui = ui.page_fillable(
|
|
44 |
ui.output_ui("value_boxes"),
|
45 |
ui.output_plot("scatter", fill=True),
|
46 |
ui.help_text(
|
47 |
-
"
|
48 |
-
|
49 |
class_="text-end",
|
50 |
),
|
51 |
),
|
|
|
44 |
ui.output_ui("value_boxes"),
|
45 |
ui.output_plot("scatter", fill=True),
|
46 |
ui.help_text(
|
47 |
+
" ",
|
48 |
+
,
|
49 |
class_="text-end",
|
50 |
),
|
51 |
),
|