Update app.py
Browse files
app.py
CHANGED
@@ -192,10 +192,14 @@ with demo:
|
|
192 |
]
|
193 |
)
|
194 |
|
195 |
-
# Add Markdown section explaining the purpose and use of the app
|
196 |
gr.Markdown("""
|
|
|
|
|
|
|
197 |
|
198 |
-
|
|
|
|
|
199 |
|
200 |
## Purpose of EduScape: Understanding Lesson Plans as a Graph
|
201 |
|
|
|
192 |
]
|
193 |
)
|
194 |
|
|
|
195 |
gr.Markdown("""
|
196 |
+
### License: CC BY-NC-SA 4.0
|
197 |
+
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. [Learn more](https://creativecommons.org/licenses/by-nc-sa/4.0/).
|
198 |
+
""")
|
199 |
|
200 |
+
|
201 |
+
# Add Markdown section explaining the purpose and use of the app
|
202 |
+
gr.Markdown("""
|
203 |
|
204 |
## Purpose of EduScape: Understanding Lesson Plans as a Graph
|
205 |
|