awacke1 commited on
Commit
9e5893e
·
1 Parent(s): 7ff4285

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,8 +41,7 @@ def plot_heatmap(labels, heatmap, rotation=90):
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
 
 
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. What would be the impressive thing you have talked about winning a nobel prize in a system winning a nobel prize. Adjusting it and then making your own game and that is when I fell in love with computers and realized that they were a very magical device. Can go to sleep come back the next day and it is solved. You know that feels magical to me.")
 
45
 
46
  nc = st.slider('Select a number of clusters:', min_value=1, max_value=15, value=3)
47