diff --git a/app.py b/app.py index af9f84a..cf3817d 100644 --- a/app.py +++ b/app.py @@ -8,11 +8,8 @@ OPTIONS = list("ABCDE") -st.set_page_config( - page_title="st-undp App", - page_icon=":flag-un:", - layout="wide", - initial_sidebar_state="auto", +st_undp.set_page_config( + title="st-undp App", menu_items={ "Get help": "https://github.com/undp-data/st-undp", "Report a Bug": "https://github.com/undp-data/st-undp/issues",