Update app.py
Browse files
app.py
CHANGED
|
@@ -52,11 +52,11 @@ app_ui = ui.page_fluid(
|
|
| 52 |
#button_cls="btn btn-secondary"
|
| 53 |
),
|
| 54 |
|
| 55 |
-
create_nav_button(
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
),
|
| 60 |
|
| 61 |
create_nav_button(
|
| 62 |
button_icon = "road",
|
|
|
|
| 52 |
#button_cls="btn btn-secondary"
|
| 53 |
),
|
| 54 |
|
| 55 |
+
#create_nav_button(
|
| 56 |
+
# button_icon = "car",
|
| 57 |
+
# button_label_text = "Auto Travel",
|
| 58 |
+
# button_link = "https://www.rsginc.com"
|
| 59 |
+
#),
|
| 60 |
|
| 61 |
create_nav_button(
|
| 62 |
button_icon = "road",
|