kunifujiwara commited on
Commit
973b43e
·
1 Parent(s): df909cd

modify pages

Browse files
Files changed (1) hide show
  1. Home.py +1 -1
Home.py CHANGED
@@ -109,7 +109,7 @@ def app():
109
 
110
  # Color scale controls in an expander
111
  with st.expander("カラースケール設定", expanded=True):
112
- st.markdown('<div class="color-scale-box">', unsafe_allow_html=True)
113
  col1, col2, col3, col4 = st.columns(4)
114
  with col1:
115
  n_colors = st.slider("分割数", min_value=2, max_value=20, value=5)
 
109
 
110
  # Color scale controls in an expander
111
  with st.expander("カラースケール設定", expanded=True):
112
+ # st.markdown('<div class="color-scale-box">', unsafe_allow_html=True)
113
  col1, col2, col3, col4 = st.columns(4)
114
  with col1:
115
  n_colors = st.slider("分割数", min_value=2, max_value=20, value=5)