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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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
- [![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
 
 
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