Update my_pages/home.py
Browse files- my_pages/home.py +1 -1
my_pages/home.py
CHANGED
|
@@ -56,7 +56,7 @@ def render():
|
|
| 56 |
color: {color_dict[page]};
|
| 57 |
}}""",
|
| 58 |
):
|
| 59 |
-
button_clicked_dict[page] = st.button(rf"$
|
| 60 |
|
| 61 |
for page in button_clicked_dict:
|
| 62 |
if button_clicked_dict[page]:
|
|
|
|
| 56 |
color: {color_dict[page]};
|
| 57 |
}}""",
|
| 58 |
):
|
| 59 |
+
button_clicked_dict[page] = st.button(rf"$\Large\text{{{text}}}$", type="primary")
|
| 60 |
|
| 61 |
for page in button_clicked_dict:
|
| 62 |
if button_clicked_dict[page]:
|