awacke1 commited on
Commit
250e43d
·
1 Parent(s): 4c5e15c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def validate_word(word, board):
54
  return True
55
  return False
56
 
57
- def boggle(size):
58
  """Main function for playing the Boggle game"""
59
  st.title("Boggle Game")
60
  st.write("Find as many words as possible by connecting adjacent letters on the board.")
 
54
  return True
55
  return False
56
 
57
+ def boggle(size, time_limit):
58
  """Main function for playing the Boggle game"""
59
  st.title("Boggle Game")
60
  st.write("Find as many words as possible by connecting adjacent letters on the board.")