Spaces:
Runtime error
Runtime error
David Wisdom
commited on
Commit
·
c7cf597
1
Parent(s):
ee18933
typo
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ Points labeled `-1` aren't part of any cluster.
|
|
127 |
Clicking on `-1` in the legend will turn off those points.""")
|
128 |
st.plotly_chart(example_fig, use_container_width=True)
|
129 |
|
130 |
-
st.write('# Cluster the
|
131 |
st.write("""I encoded the names of all the stops using the Universal Sentence Encoder v4.
|
132 |
I then clustered those encodings so that I could group the stops based on their names
|
133 |
instead of their geographic position.
|
|
|
127 |
Clicking on `-1` in the legend will turn off those points.""")
|
128 |
st.plotly_chart(example_fig, use_container_width=True)
|
129 |
|
130 |
+
st.write('# Cluster the stops by their name')
|
131 |
st.write("""I encoded the names of all the stops using the Universal Sentence Encoder v4.
|
132 |
I then clustered those encodings so that I could group the stops based on their names
|
133 |
instead of their geographic position.
|