Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import nltk
|
3 |
from nltk.corpus import words
|
4 |
|
5 |
-
st.title("Word
|
6 |
|
7 |
@st.cache # cache download processes so they only execute once with same inputs
|
8 |
def download():
|
|
|
2 |
import nltk
|
3 |
from nltk.corpus import words
|
4 |
|
5 |
+
st.title("Word Games")
|
6 |
|
7 |
@st.cache # cache download processes so they only execute once with same inputs
|
8 |
def download():
|