Commit
·
f9b31f1
1
Parent(s):
d05d9d8
docs: Change footer
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ def main() -> None:
|
|
209 |
interactive=True,
|
210 |
)
|
211 |
gr.Markdown(
|
212 |
-
"<center>
|
213 |
"Alexandra Institute</a>.</center>"
|
214 |
)
|
215 |
with gr.Column():
|
|
|
209 |
interactive=True,
|
210 |
)
|
211 |
gr.Markdown(
|
212 |
+
"<center>Made with ❤️ by the <a href=\"https://alexandra.dk\">"
|
213 |
"Alexandra Institute</a>.</center>"
|
214 |
)
|
215 |
with gr.Column():
|