File size: 447 Bytes
a992ccc
 
ceca68f
a992ccc
 
 
 
 
ceca68f
a992ccc
 
1
2
3
4
5
6
7
8
9
10
11
12
###Autogenerated code from internal Makefile
### Sourced from file: Apps/ui_nbs/BasicInteractionApp.ipynb

#| to_script
# Import the needed components
from ai_classroom_suite.UIBaseComponents import *
from ai_classroom_suite.BasicInteraction import *
from ai_classroom_suite.BasicInteraction import BasicInteractionDemo

# Launch the relevant component
BasicInteractionDemo.queue().launch(server_name='0.0.0.0', server_port=7860, show_error=True)