Skip to content

Commit

Permalink
Merge pull request #401 from UgoData/main
Browse files Browse the repository at this point in the history
Update CoE Name into Global Data
  • Loading branch information
gamcoh committed Feb 13, 2023
2 parents 5d6f375 + f9d20b3 commit ada6bb4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/css/streamlit_PR.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
footer {visibility: hidden;}


/* Footer CoE */
/* Footer Global Data */
footer:after {
content:'Made with \1F499 by your CoE team';
content:'Made with \1F499 by your Global Data team';
visibility: visible;
display: block;
position: relative;
Expand Down
Binary file added assets/images/logo_global_data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion pr_streamlit_template/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ def streamlit_custom_page(set_page_config: Optional[bool] = True) -> None:
set_page_config (bool, optional): Sets the streamlit page config. Defaults to True.
"""
# Page layout config
logo_path = resource_filename("pr_streamlit_template", "assets/images/logo_coe.png")
logo_path = resource_filename(
"pr_streamlit_template", "assets/images/logo_global_data.png"
)

if set_page_config:
st.set_page_config(
Expand Down
4 changes: 2 additions & 2 deletions pr_streamlit_template/assets/css/streamlit_PR.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ footer {
}


/* Footer CoE */
/* Footer Global Data */
footer:after {
content: 'Made with \1F499 by your CoE team';
content: 'Made with \1F499 by your Global Data team';
visibility: visible;
display: block;
position: relative;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ada6bb4

Please sign in to comment.