Spaces:
Sleeping
Sleeping
updated the courses
Browse files- pages/2_Text_prompt.py +8 -7
- pages/3_Multimodal.py +6 -6
pages/2_Text_prompt.py
CHANGED
@@ -488,10 +488,11 @@ def show_text_prompt():
|
|
488 |
# User inputs
|
489 |
# Course selection
|
490 |
course = st.selectbox("Select Course",
|
491 |
-
["
|
492 |
-
"
|
493 |
-
"
|
494 |
-
"
|
|
|
495 |
|
496 |
# Year level selection
|
497 |
year_level = st.selectbox("Select Year Level",
|
@@ -500,13 +501,13 @@ def show_text_prompt():
|
|
500 |
"3rd Year",
|
501 |
"4th Year"])
|
502 |
|
503 |
-
|
504 |
subject = st.text_input("Enter Subject",
|
505 |
-
"e.g.,
|
506 |
|
507 |
# Topic selection
|
508 |
topic = st.text_input("Enter Topic",
|
509 |
-
"e.g.,
|
510 |
|
511 |
# Question type selection
|
512 |
question_type = st.selectbox("Select Question Type",
|
|
|
488 |
# User inputs
|
489 |
# Course selection
|
490 |
course = st.selectbox("Select Course",
|
491 |
+
["Diploma in Teaching",
|
492 |
+
"Post Baccalaureate Diploma in Early Childhood Education",
|
493 |
+
"Master of Arts in Education - Language Teaching (English)",
|
494 |
+
"Master in Education major in Early Childhood Education"])
|
495 |
+
|
496 |
|
497 |
# Year level selection
|
498 |
year_level = st.selectbox("Select Year Level",
|
|
|
501 |
"3rd Year",
|
502 |
"4th Year"])
|
503 |
|
504 |
+
# Subject selection
|
505 |
subject = st.text_input("Enter Subject",
|
506 |
+
"e.g.,The Teaching Profession, Facilitating Learner-Centered Teaching")
|
507 |
|
508 |
# Topic selection
|
509 |
topic = st.text_input("Enter Topic",
|
510 |
+
"e.g., Teacher as a professional, Introduction to Learner-Centered Teaching")
|
511 |
|
512 |
# Question type selection
|
513 |
question_type = st.selectbox("Select Question Type",
|
pages/3_Multimodal.py
CHANGED
@@ -529,10 +529,10 @@ def show_multimodal():
|
|
529 |
# User inputs
|
530 |
# Course selection
|
531 |
course = st.selectbox("Select Course",
|
532 |
-
["
|
533 |
-
"
|
534 |
-
"
|
535 |
-
"
|
536 |
|
537 |
# Year level selection
|
538 |
year_level = st.selectbox("Select Year Level",
|
@@ -543,11 +543,11 @@ def show_multimodal():
|
|
543 |
|
544 |
# Subject selection
|
545 |
subject = st.text_input("Enter Subject",
|
546 |
-
"e.g.,
|
547 |
|
548 |
# Topic selection
|
549 |
topic = st.text_input("Enter Topic",
|
550 |
-
"e.g.,
|
551 |
|
552 |
# Question type selection
|
553 |
question_type = st.selectbox("Select Question Type",
|
|
|
529 |
# User inputs
|
530 |
# Course selection
|
531 |
course = st.selectbox("Select Course",
|
532 |
+
["Diploma in Teaching",
|
533 |
+
"Post Baccalaureate Diploma in Early Childhood Education",
|
534 |
+
"Master of Arts in Education - Language Teaching (English)",
|
535 |
+
"Master in Education major in Early Childhood Education"])
|
536 |
|
537 |
# Year level selection
|
538 |
year_level = st.selectbox("Select Year Level",
|
|
|
543 |
|
544 |
# Subject selection
|
545 |
subject = st.text_input("Enter Subject",
|
546 |
+
"e.g.,The Teaching Profession, Facilitating Learner-Centered Teaching")
|
547 |
|
548 |
# Topic selection
|
549 |
topic = st.text_input("Enter Topic",
|
550 |
+
"e.g., Teacher as a professional, Introduction to Learner-Centered Teaching")
|
551 |
|
552 |
# Question type selection
|
553 |
question_type = st.selectbox("Select Question Type",
|