Skip to content

Commit

Permalink
Update mainlayout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthSai7 authored Oct 16, 2023
1 parent 920ba30 commit 710e391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/layouts/mainlayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def mainlayout(func: Callable):
with open("frontend/layouts/st_page_layouts.json", "r",encoding='utf-8') as f:
st_page_layouts = json.load(f)
st.set_page_config(**st_page_layouts[f"{func.__name__}" if func.__name__ in st_page_layouts.keys() else "home"])
add_logo("frontend/images/techdocslogo.svg",svg=True)
st.markdown("## :rainbow[Welcome to Techdocs: Where Code Meets Clarity!]🚀")

user_greetings()
Expand Down

0 comments on commit 710e391

Please sign in to comment.