Commit 555164b4 authored by Loïc Chapron's avatar Loïc Chapron

add page name and icon

parent b416de25
...@@ -5,6 +5,11 @@ from st_pages import show_pages_from_config, add_indentation ...@@ -5,6 +5,11 @@ from st_pages import show_pages_from_config, add_indentation
def base(page): def base(page):
st.set_page_config(
page_title="GarganTools " + page,
page_icon="img/isc-pif_logo.png",
)
st.markdown( st.markdown(
f''' f'''
<style> <style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment