donb-hf commited on
Commit
f6b03d3
Β·
verified Β·
1 Parent(s): ccd10de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -193,9 +193,9 @@ with demo:
193
  )
194
 
195
  gr.Markdown("""
196
- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
197
- <img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg" alt="License: CC BY-NC-SA 4.0">
198
- </a>
199
  """)
200
 
201
  # Add Markdown section explaining the purpose and use of the app
 
193
  )
194
 
195
  gr.Markdown("""
196
+ ### License: CC BY-NC-SA 4.0
197
+ [![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/)
198
+ 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/).
199
  """)
200
 
201
  # Add Markdown section explaining the purpose and use of the app