Jon Solow commited on
Commit
773f7ef
1 Parent(s): 0b17efb

Remove unecessary return on st.markdown

Browse files
Files changed (1) hide show
  1. src/shared_page.py +1 -1
src/shared_page.py CHANGED
@@ -17,7 +17,7 @@ def get_local_style():
17
 
18
 
19
  def local_css():
20
- return st.markdown(get_local_style(), unsafe_allow_html=True)
21
 
22
 
23
  def login_token_arg_if_exists():
 
17
 
18
 
19
  def local_css():
20
+ st.markdown(get_local_style(), unsafe_allow_html=True)
21
 
22
 
23
  def login_token_arg_if_exists():