Nazia Nafis commited on
Commit
cd7ced9
1 Parent(s): c9763ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -4,6 +4,8 @@ from nltk.corpus import words
4
 
5
  st.title("WORDLE Assistant")
6
  st.image("wordle-1.jpg")
 
 
7
 
8
  @st.cache
9
  def download():
 
4
 
5
  st.title("WORDLE Assistant")
6
  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.cache
11
  def download():