awacke1 commited on
Commit
fd73670
β€’
1 Parent(s): 01a4713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
  import nltk
3
  from nltk.corpus import words
4
 
5
- st.title("Word Games")
6
- st.markdown("### Enter two to seven letters to get a high score of as many words as you can of that length. Leave a letter blank to confine word search to a smaller number of letters.")
7
 
8
- st.markdown("### Letters in Descending Frequency and Proportion in Words")
9
  st.markdown("Vowels: E, A, I, O, U, Y")
10
  st.markdown("Consonants: R, T, N, S, L, C, D, P, M, H, G, B, F, W, K, V, X, Z, J, Q")
11
 
 
2
  import nltk
3
  from nltk.corpus import words
4
 
5
+ st.title("🐲 Word Games πŸ‰")
6
+ st.markdown("Enter two to seven letters to get a high score of as many words as you can of that length. Leave a letter blank to confine word search to a smaller number of letters.")
7
 
8
+ st.markdown("Letters in Descending Frequency and Proportion in Words")
9
  st.markdown("Vowels: E, A, I, O, U, Y")
10
  st.markdown("Consonants: R, T, N, S, L, C, D, P, M, H, G, B, F, W, K, V, X, Z, J, Q")
11