charreaubell commited on
Commit
86d081b
1 Parent(s): 00e5cbe

Added FullStudyApp as component directly in app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@
4
  #| to_script
5
  # Import the needed components
6
  from ai_classroom_suite.UIBaseComponents import *
 
7
 
8
  # Launch the relevant component
9
  FullStudyApp.queue().launch()
 
4
  #| to_script
5
  # Import the needed components
6
  from ai_classroom_suite.UIBaseComponents import *
7
+ from ai_classroom_suite.UIBaseComponents import FullStudyApp
8
 
9
  # Launch the relevant component
10
  FullStudyApp.queue().launch()