Spaces:
Runtime error
Runtime error
David Wisdom
commited on
Commit
·
890c0ed
1
Parent(s):
0edf155
typo
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def main(data_path: str, enc_path: str):
|
|
124 |
stops by their geographic location.
|
125 |
The algorithm finds three clusters.
|
126 |
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('# Venice Blvd')
|
@@ -144,7 +144,7 @@ There are a few that I don't ascribe much meaning to, such as "Girard" and "Jasm
|
|
144 |
My mind first jumps to adversarial prompts that use famous names to move the encoding
|
145 |
around in the encoding space.
|
146 |
There's a lot more to dig into here but I'll leave it there for now.
|
147 |
-
"""
|
148 |
st.plotly_chart(venice_fig, use_container_width=True)
|
149 |
|
150 |
|
|
|
124 |
stops by their geographic location.
|
125 |
The algorithm finds three clusters.
|
126 |
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('# Venice Blvd')
|
|
|
144 |
My mind first jumps to adversarial prompts that use famous names to move the encoding
|
145 |
around in the encoding space.
|
146 |
There's a lot more to dig into here but I'll leave it there for now.
|
147 |
+
""")
|
148 |
st.plotly_chart(venice_fig, use_container_width=True)
|
149 |
|
150 |
|