pushpikaLiyanagama
commited on
Commit
•
1af117c
1
Parent(s):
511630e
Update app.py
Browse files
app.py
CHANGED
@@ -17,14 +17,14 @@ def predict(course_overview, reading_file, abstract_materiale, concrete_material
|
|
17 |
self_assessment, exercises_submit, quiz_submitted, playing, paused, unstarted, buffering):
|
18 |
try:
|
19 |
input_data = {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
"playing": [playing],
|
29 |
"paused": [paused],
|
30 |
"unstarted": [unstarted],
|
|
|
17 |
self_assessment, exercises_submit, quiz_submitted, playing, paused, unstarted, buffering):
|
18 |
try:
|
19 |
input_data = {
|
20 |
+
"course overview": [course_overview],
|
21 |
+
"reading file": [reading_file],
|
22 |
+
"abstract materiale": [abstract_materiale],
|
23 |
+
"concrete material": [concrete_material],
|
24 |
+
"visual materials": [visual_materials],
|
25 |
+
"self-assessment": [self_assessment],
|
26 |
+
"exercises submit": [exercises_submit],
|
27 |
+
"quiz submitted": [quiz_submitted],
|
28 |
"playing": [playing],
|
29 |
"paused": [paused],
|
30 |
"unstarted": [unstarted],
|