update examples
Browse files
app.py
CHANGED
@@ -131,8 +131,9 @@ with demo:
|
|
131 |
message_output = gr.Textbox(label="Landscape Status")
|
132 |
|
133 |
examples = [
|
134 |
-
|
135 |
-
]
|
|
|
136 |
|
137 |
gr.Examples(examples=examples, inputs=[teacher_name, school_board, subject, grade_level, learning_objective, activity, assessment, resource])
|
138 |
|
|
|
131 |
message_output = gr.Textbox(label="Landscape Status")
|
132 |
|
133 |
examples = [
|
134 |
+
["Sarah Johnson", "Oakville District School Board", "Earth Science", "Grade 7", "Understand the water cycle and its impact on Earth's climate", "Create a terrarium to model the water cycle", "Group presentation on terrarium observations", "Terrarium kit, climate diagrams"],
|
135 |
+
["Marek Nowak", "Warsaw School District", "Matematyka", "Klasa 2", "Zrozumienie podstawowych operacji matematycznych", "Rozwiązywanie prostych zadań tekstowych", "Praca grupowa nad rozwiązywaniem zadań", "Podręcznik, karty pracy, tablica interaktywna"]
|
136 |
+
]
|
137 |
|
138 |
gr.Examples(examples=examples, inputs=[teacher_name, school_board, subject, grade_level, learning_objective, activity, assessment, resource])
|
139 |
|