awacke1 commited on
Commit
834dd4f
·
1 Parent(s): b99447d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -52,11 +52,11 @@ with expander:
52
  if st.button('Place tile'):
53
  # Check if the selected tile is in the rack
54
  if tile in rack:
55
- # Place the tile on the board
56
- row -= 1
57
- col -= 1
58
- board[row][col] = tile
59
- rack.remove(tile)
60
 
61
  # Calculate the score for the word
62
  word = ''
 
52
  if st.button('Place tile'):
53
  # Check if the selected tile is in the rack
54
  if tile in rack:
55
+ # Place the tile on the board
56
+ row -= 1
57
+ col -= 1
58
+ board[row][col] = tile
59
+ rack.remove(tile)
60
 
61
  # Calculate the score for the word
62
  word = ''