fix footer
Browse files
app.py
CHANGED
@@ -225,13 +225,13 @@ with demo:
|
|
225 |
EduScape ensures that teachers can organize their lessons effectively while aligning with the curriculum and discovering resources to enhance their lesson delivery, with flexibility to include as much or as little detail as they prefer.
|
226 |
""")
|
227 |
|
228 |
-
gr.Markdown("""
|
229 |
-
|
230 |
## License: CC BY-NC-SA 4.0
|
231 |
|
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 |
# Launch the EduScape app
|
237 |
demo.launch()
|
|
|
225 |
EduScape ensures that teachers can organize their lessons effectively while aligning with the curriculum and discovering resources to enhance their lesson delivery, with flexibility to include as much or as little detail as they prefer.
|
226 |
""")
|
227 |
|
228 |
+
gr.Markdown("""
|
229 |
+
---
|
230 |
## License: CC BY-NC-SA 4.0
|
231 |
|
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 |
# Launch the EduScape app
|
237 |
demo.launch()
|