awacke1 commited on
Commit
7efd4c0
1 Parent(s): 39c62fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -41,13 +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, 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
 
 
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. What would be the impressive thing is you have talked about winning a nobel prize in a system winning a nobel prize. Adjusting it and then making your own. That is when I fell in love with computers. I 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