loubnabnl HF staff commited on
Commit
f5985dd
1 Parent(s): 6881bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def load_data(min_score=1, max_score=10, show_special=False):
32
  return ds
33
 
34
  st.subheader("Cluster information")
35
- col_1, col_2, col_3 = st.columns(2)
36
  with col_1:
37
  min_value = st.slider('Select minimum educational score', 1, 10, 1, key='min_score')
38
  with col_2:
 
32
  return ds
33
 
34
  st.subheader("Cluster information")
35
+ col_1, col_2, col_3 = st.columns(3)
36
  with col_1:
37
  min_value = st.slider('Select minimum educational score', 1, 10, 1, key='min_score')
38
  with col_2: