Personal-Tutor / app.py
charreaubell's picture
Updated scripts for gradio app import; added no deps to gradio docker; removed extra chromadb from settings
9f27fb8
raw
history blame contribute delete
No virus
357 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(server_name='0.0.0.0', server_port=7860)