Stefano Fiorucci
commited on
Commit
•
f791cdb
1
Parent(s):
e717246
open hrefs in new windows (target=_blank)
Browse files
app.py
CHANGED
@@ -31,11 +31,11 @@ def main():
|
|
31 |
st.sidebar.markdown(f"""
|
32 |
<p align="center"><b>Twin Peaks Question Answering system</b></p>
|
33 |
<div class="haystack-footer">
|
34 |
-
<p><a href="https://github.com/anakin87/who-killed-laura-palmer">GitHub</a> -
|
35 |
-
Built with <a href="https://github.com/deepset-ai/haystack/">Haystack</a><br/>
|
36 |
-
<small>Data crawled from <a href="https://twinpeaks.fandom.com/wiki/Twin_Peaks_Wiki">
|
37 |
Twin Peaks Wiki</a>.</small>
|
38 |
-
</p><img src
|
39 |
""", unsafe_allow_html=True)
|
40 |
# spotify webplayer
|
41 |
st.sidebar.markdown(SPOTIFY_IFRAME, unsafe_allow_html=True)
|
|
|
31 |
st.sidebar.markdown(f"""
|
32 |
<p align="center"><b>Twin Peaks Question Answering system</b></p>
|
33 |
<div class="haystack-footer">
|
34 |
+
<p><a href="https://github.com/anakin87/who-killed-laura-palmer" target="_blank">GitHub</a> -
|
35 |
+
Built with <a href="https://github.com/deepset-ai/haystack/" target="_blank">Haystack</a><br/>
|
36 |
+
<small>Data crawled from <a href="https://twinpeaks.fandom.com/wiki/Twin_Peaks_Wiki" target="_blank">
|
37 |
Twin Peaks Wiki</a>.</small>
|
38 |
+
</p><img src="{LAURA_PALMER_IMG_SRC}"/><br/></div>
|
39 |
""", unsafe_allow_html=True)
|
40 |
# spotify webplayer
|
41 |
st.sidebar.markdown(SPOTIFY_IFRAME, unsafe_allow_html=True)
|