awacke1 commited on
Commit
39c62fe
1 Parent(s): 9e5893e

Update app.py

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