taka-yamakoshi commited on
Commit
d3bd75e
1 Parent(s): c5489ad
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def wide_setup():
43
  st.markdown(define_margins, unsafe_allow_html=True)
44
  st.markdown(hide_table_row_index, unsafe_allow_html=True)
45
 
46
- def local_css(file_name):
47
  with open(file_name) as f:
48
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
49
 
 
43
  st.markdown(define_margins, unsafe_allow_html=True)
44
  st.markdown(hide_table_row_index, unsafe_allow_html=True)
45
 
46
+ def load_css(file_name):
47
  with open(file_name) as f:
48
  st.markdown(f'<style>{f.read()}</style>', unsafe_allow_html=True)
49