awacke1 commited on
Commit
7ff4285
·
1 Parent(s): 5ee5a74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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="The sun is hotter than the moon.\nThe sun is very bright.\nI hear that the universe is very large.\nToday is Tuesday.")
 
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