awacke1 commited on
Commit
00f210c
β€’
1 Parent(s): 2b816f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Game Solver")
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():