Spaces:
Runtime error
Runtime error
extend sidebar
Browse files- utils/frontend.py +2 -0
utils/frontend.py
CHANGED
@@ -5,6 +5,8 @@ def build_sidebar():
|
|
5 |
<div style='text-align: center'>
|
6 |
<p><br/><a href='https://github.com/TuanaCelik/find-the-animal'>Github project</a> - Based on <a href='https://github.com/deepset-ai/haystack'>Haystack</a></p>
|
7 |
<p>Project by <a href='https://github.com/ZanSara'>Sara Zanzottera</a> and <a href='https://github.com/TuanaCelik'>Tuana Celik</a></p>
|
|
|
|
|
8 |
</div>
|
9 |
"""
|
10 |
st.sidebar.markdown(sidebar, unsafe_allow_html=True)
|
|
|
5 |
<div style='text-align: center'>
|
6 |
<p><br/><a href='https://github.com/TuanaCelik/find-the-animal'>Github project</a> - Based on <a href='https://github.com/deepset-ai/haystack'>Haystack</a></p>
|
7 |
<p>Project by <a href='https://github.com/ZanSara'>Sara Zanzottera</a> and <a href='https://github.com/TuanaCelik'>Tuana Celik</a></p>
|
8 |
+
<p>Project based on the "Introduction to Image Retrieval" presentation by Sara at the <a href="https://www.meetup.com/open-nlp-meetup/events/289499354/">Open NLP Meetup</a></p>
|
9 |
+
<p><a href="https://www.youtube.com/watch?v=7Idjl3OR0FY">Watch the presentation</a></p>
|
10 |
</div>
|
11 |
"""
|
12 |
st.sidebar.markdown(sidebar, unsafe_allow_html=True)
|