David Wisdom commited on
Commit
6b36a42
1 Parent(s): aed05e6

swap two sentences

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -141,9 +141,11 @@ and that meaning overpowers the "Venice" meaning enough that the encoding
141
  is too far away from the rest of the "Venice" stops.
142
  A few other examples on Venice Blvd are "Saint Andrews," "Harvard," and "Beethoven."
143
  There are a few that I don't ascribe much meaning to, such as "Girard" and "Jasmine."
 
 
 
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
 
 
141
  is too far away from the rest of the "Venice" stops.
142
  A few other examples on Venice Blvd are "Saint Andrews," "Harvard," and "Beethoven."
143
  There are a few that I don't ascribe much meaning to, such as "Girard" and "Jasmine."
144
+
145
+
146
+ There's a lot more to dig into here but I'll leave it there for now.
147
  My mind first jumps to adversarial prompts that use famous names to move the encoding
148
  around in the encoding space.
 
149
  """)
150
  st.plotly_chart(venice_fig, use_container_width=True)
151