donb-hf commited on
Commit
661fcad
Β·
verified Β·
1 Parent(s): 2532cf6

update to license

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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
+ [![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](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.