Aita Lab
How to get started?
pip install aitaimport reflex as rx
from reflex.constants import LogLevel
config = rx.Config(
app_name="aita_lab",
loglevel=LogLevel.INFO,
)aita_lab runComponents
Last updated
pip install aitaimport reflex as rx
from reflex.constants import LogLevel
config = rx.Config(
app_name="aita_lab",
loglevel=LogLevel.INFO,
)aita_lab runLast updated