Update app_utils/frontend_utils.py
Browse files
app_utils/frontend_utils.py
CHANGED
@@ -12,12 +12,7 @@ entailment_html_messages = {
|
|
12 |
|
13 |
def build_sidebar():
|
14 |
sidebar = """
|
15 |
-
|
16 |
-
<div style='text-align: center'>
|
17 |
-
<i>Fact checking baseline combining dense retrieval and textual entailment</i>
|
18 |
-
<p><br/><a href='https://github.com/anakin87/fact-checking-rocks'>Github project</a> - Based on <a href='https://github.com/deepset-ai/haystack'>Haystack</a></p>
|
19 |
-
<p><small><a href='https://en.wikipedia.org/wiki/List_of_mainstream_rock_performers'>Data crawled from Wikipedia</a></small></p>
|
20 |
-
</div>
|
21 |
"""
|
22 |
st.sidebar.markdown(sidebar, unsafe_allow_html=True)
|
23 |
|
|
|
12 |
|
13 |
def build_sidebar():
|
14 |
sidebar = """
|
15 |
+
Referral Miss-sell for NS
|
|
|
|
|
|
|
|
|
|
|
16 |
"""
|
17 |
st.sidebar.markdown(sidebar, unsafe_allow_html=True)
|
18 |
|