Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
CardGameActivity-TwoPlayerAndAI
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Feb 23, 2023
Commit
ea3a08f
·
1 Parent(s):
048da56
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -189,4 +189,5 @@ if os.path.exists('game_state.txt'):
189
else:
190
game_state = start_game()
191
192
game_ui(game_state)
189
else:
190
game_state = start_game()
191
192
+
game_state = start_game()
193
game_ui(game_state)