Spaces:
Sleeping
Sleeping
Meet Patel
commited on
Commit
·
fed3f91
1
Parent(s):
c9ad1f7
remove not define function
Browse files
app.py
CHANGED
@@ -1998,13 +1998,6 @@ def create_gradio_interface():
|
|
1998 |
inputs=[session_student_id, session_concept_id, session_difficulty],
|
1999 |
outputs=[session_output]
|
2000 |
)
|
2001 |
-
|
2002 |
-
record_event_btn.click(
|
2003 |
-
fn=sync_record_learning_event,
|
2004 |
-
inputs=[session_student_id, session_concept_id, event_type, event_session_id, event_correct, event_time],
|
2005 |
-
outputs=[event_output]
|
2006 |
-
)
|
2007 |
-
|
2008 |
optimize_path_btn.click(
|
2009 |
fn=sync_get_adaptive_learning_path,
|
2010 |
inputs=[opt_student_id, opt_concepts, opt_strategy, opt_max_concepts],
|
|
|
1998 |
inputs=[session_student_id, session_concept_id, session_difficulty],
|
1999 |
outputs=[session_output]
|
2000 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2001 |
optimize_path_btn.click(
|
2002 |
fn=sync_get_adaptive_learning_path,
|
2003 |
inputs=[opt_student_id, opt_concepts, opt_strategy, opt_max_concepts],
|