Stefano Fiorucci
commited on
Commit
·
4e8b061
1
Parent(s):
d20cc6d
bug fix
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ Ask any question on [Twin Peaks] (https://twinpeaks.fandom.com/wiki/Twin_Peaks)
|
|
97 |
# Sidebar
|
98 |
st.sidebar.header("Who killed Laura Palmer?")
|
99 |
st.sidebar.image("https://upload.wikimedia.org/wikipedia/it/3/39/Twin-peaks-1990.jpg")
|
100 |
-
st.sidebar.markdown(
|
101 |
st.sidebar.markdown(f"""
|
102 |
<style>
|
103 |
a {{
|
|
|
97 |
# Sidebar
|
98 |
st.sidebar.header("Who killed Laura Palmer?")
|
99 |
st.sidebar.image("https://upload.wikimedia.org/wikipedia/it/3/39/Twin-peaks-1990.jpg")
|
100 |
+
st.sidebar.markdown('<p align="center">#### Twin Peaks Question Answering system</p>', unsafe_allow_html=True)
|
101 |
st.sidebar.markdown(f"""
|
102 |
<style>
|
103 |
a {{
|