Spaces:
Sleeping
Sleeping
Update server.R
Browse files
server.R
CHANGED
@@ -63,7 +63,7 @@ show_bioage_modal <- function(name, age, bioage) {
|
|
63 |
p(message, style = "font-size: 16px; font-weight: bold;")
|
64 |
),
|
65 |
div(
|
66 |
-
style = "text-align: center; margin-top: 10px;",
|
67 |
p("Complete report sent to your WhatsApp", style = "font-size: 14px;"),
|
68 |
p("xxxxxxxx4321", style = "font-size: 14px; color: #888;")
|
69 |
),
|
|
|
63 |
p(message, style = "font-size: 16px; font-weight: bold;")
|
64 |
),
|
65 |
div(
|
66 |
+
style = "text-align: center; margin-top: 10px; border: 10px solid;",
|
67 |
p("Complete report sent to your WhatsApp", style = "font-size: 14px;"),
|
68 |
p("xxxxxxxx4321", style = "font-size: 14px; color: #888;")
|
69 |
),
|