Update app.py
Browse files
app.py
CHANGED
@@ -226,13 +226,14 @@ with demo:
|
|
226 |
""")
|
227 |
|
228 |
gr.Markdown("""
|
229 |
-
|
230 |
-
---
|
231 |
-
## License: CC BY-NC-SA 4.0
|
232 |
-
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/).
|
233 |
---
|
|
|
234 |
|
|
|
|
|
|
|
235 |
""")
|
236 |
|
|
|
237 |
# Launch the EduScape app
|
238 |
demo.launch()
|
|
|
226 |
""")
|
227 |
|
228 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
229 |
---
|
230 |
+
""")
|
231 |
|
232 |
+
gr.Markdown("""
|
233 |
+
### License: CC BY-NC-SA 4.0
|
234 |
+
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/).
|
235 |
""")
|
236 |
|
237 |
+
|
238 |
# Launch the EduScape app
|
239 |
demo.launch()
|