Update app.py
Browse files
app.py
CHANGED
@@ -193,9 +193,9 @@ with demo:
|
|
193 |
)
|
194 |
|
195 |
gr.Markdown("""
|
196 |
-
|
197 |
-
|
198 |
-
|
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 |
+
[](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
|