Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mzimm003
/
PlayChessVsAI
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
84041bc
PlayChessVsAI
/
launch.py
mzimm003
Cache bots instead of game
dea0b2e
7 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
from
streamlit.testing.v1
import
AppTest
at = AppTest.from_file(
"app.py"
, default_timeout=
100
)
at.run()