Spaces:
Sleeping
Sleeping
Commit
·
15283a7
1
Parent(s):
8e6a8e2
Add title
Browse files- page_personas.py +1 -1
page_personas.py
CHANGED
@@ -12,7 +12,7 @@ from fields.likert_flat_fields import likert_flat_fields
|
|
12 |
#@st.cache_data
|
13 |
def show(df):
|
14 |
st.title("Clustering Students to Build Personas")
|
15 |
-
st.write("Clustering based on 36 fields of Likert data")
|
16 |
|
17 |
st.title("Top 10 highest agreement between personas")
|
18 |
|
|
|
12 |
#@st.cache_data
|
13 |
def show(df):
|
14 |
st.title("Clustering Students to Build Personas")
|
15 |
+
st.write("Clustering Students based on 36 fields of Likert data")
|
16 |
|
17 |
st.title("Top 10 highest agreement between personas")
|
18 |
|