Personal-Tutor / app.py
charreaubell's picture
Added FullStudyApp as component directly in app
86d081b
raw
history blame
318 Bytes
###Autogenerated code from internal Makefile
### Sourced from file: Apps/ui_nbs/FullStudyApp.ipynb
#| to_script
# Import the needed components
from ai_classroom_suite.UIBaseComponents import *
from ai_classroom_suite.UIBaseComponents import FullStudyApp
# Launch the relevant component
FullStudyApp.queue().launch()