PlayChessVsAI / launch.py
mzimm003's picture
Cache bots instead of game
dea0b2e
raw
history blame contribute delete
104 Bytes
from streamlit.testing.v1 import AppTest
at = AppTest.from_file("app.py", default_timeout=100)
at.run()