Update Markdown
Browse files
app.py
CHANGED
@@ -72,10 +72,10 @@ def main():
|
|
72 |
st.write("---")
|
73 |
|
74 |
st.markdown(
|
75 |
-
"Built by [Yanis Labrak](https://www.linkedin.com/in/yanis-labrak-8a7412145/) π"
|
76 |
)
|
77 |
st.markdown(
|
78 |
-
"
|
79 |
)
|
80 |
|
81 |
if start is not None:
|
|
|
72 |
st.write("---")
|
73 |
|
74 |
st.markdown(
|
75 |
+
"Built by [Yanis Labrak](https://www.linkedin.com/in/yanis-labrak-8a7412145/) with [FlairNLP](https://github.com/flairNLP/flair) π"
|
76 |
)
|
77 |
st.markdown(
|
78 |
+
"_This work was financially supported by [Zenidoc](https://zenidoc.fr/)_"
|
79 |
)
|
80 |
|
81 |
if start is not None:
|