Spaces:
Sleeping
Sleeping
nazianafis
commited on
Commit
•
dba7e51
1
Parent(s):
0e2aa69
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ st.image("wordle-1.jpg")
|
|
7 |
url = "https://medium.com/nerd-for-tech/i-made-this-app-to-help-you-get-unstuck-at-wordle-7d8d9f145dd7"
|
8 |
st.write("For more on how to use this app, check out [this link](%s)" % url)
|
9 |
|
10 |
-
@st.
|
11 |
def download():
|
12 |
nltk.download("words")
|
13 |
download()
|
|
|
7 |
url = "https://medium.com/nerd-for-tech/i-made-this-app-to-help-you-get-unstuck-at-wordle-7d8d9f145dd7"
|
8 |
st.write("For more on how to use this app, check out [this link](%s)" % url)
|
9 |
|
10 |
+
@st.cache_data
|
11 |
def download():
|
12 |
nltk.download("words")
|
13 |
download()
|