awacke1 commited on
Commit
660fa53
·
1 Parent(s): ea3a08f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ def game_ui(game_state):
161
 
162
  # Show game history
163
  st.write('# Game History')
164
- if not st.checkbox('Show game history')
165
  if checkbox:
166
  with open('game_state.txt', 'r') as f:
167
  lines = f.readlines()
 
161
 
162
  # Show game history
163
  st.write('# Game History')
164
+ if not st.checkbox('Show game history'):
165
  if checkbox:
166
  with open('game_state.txt', 'r') as f:
167
  lines = f.readlines()