update to license
Browse files
app.py
CHANGED
@@ -194,6 +194,9 @@ with demo:
|
|
194 |
|
195 |
# Add Markdown section explaining the purpose and use of the app
|
196 |
gr.Markdown("""
|
|
|
|
|
|
|
197 |
## Purpose of EduScape: Understanding Lesson Plans as a Graph
|
198 |
|
199 |
EduScape helps educators visualize lesson plans as a graph, where key lesson elements (teacher, subject, grade level, learning objectives, activities, assessments, and resources) are represented as nodes with logical relationships. This structure allows teachers to better understand the connections between different parts of their lessons, facilitating clearer planning and discovery of resources.
|
|
|
194 |
|
195 |
# Add Markdown section explaining the purpose and use of the app
|
196 |
gr.Markdown("""
|
197 |
+
|
198 |
+
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
199 |
+
|
200 |
## Purpose of EduScape: Understanding Lesson Plans as a Graph
|
201 |
|
202 |
EduScape helps educators visualize lesson plans as a graph, where key lesson elements (teacher, subject, grade level, learning objectives, activities, assessments, and resources) are represented as nodes with logical relationships. This structure allows teachers to better understand the connections between different parts of their lessons, facilitating clearer planning and discovery of resources.
|