Update app.py
Browse files
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(
|
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:
|