Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,8 @@ def plot_heatmap(labels, heatmap, rotation=90):
|
|
41 |
st.pyplot(fig)
|
42 |
|
43 |
# Streamlit text boxes
|
44 |
-
text = st.text_area('Enter sentences:', value="
|
|
|
45 |
|
46 |
nc = st.slider('Select a number of clusters:', min_value=1, max_value=15, value=3)
|
47 |
|
|
|
41 |
st.pyplot(fig)
|
42 |
|
43 |
# Streamlit text boxes
|
44 |
+
text = st.text_area('Enter sentences:', value="Behavior right this is a kind of heisenberg uncertainty principle situation if i told you you behave differently yeah.\nWhat would be the impressive thing you have talked about winning a nobel prize in a system winning a nobel prize.
|
45 |
+
.\nAdjusting it and then making your own games and that is when I fell in love with computers and realized that they were a very magical device.\nCan go to sleep come back the next day and it is solved um you know that feels magical to me.")
|
46 |
|
47 |
nc = st.slider('Select a number of clusters:', min_value=1, max_value=15, value=3)
|
48 |
|