Spaces:
Sleeping
Sleeping
Stefano Fiorucci
commited on
Commit
•
d20cc6d
1
Parent(s):
ac368dd
improve app
Browse files- .streamlit/config.toml +0 -2
- app.py +2 -2
.streamlit/config.toml
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
[theme]
|
2 |
-
base="dark"
|
|
|
|
|
|
app.py
CHANGED
@@ -89,7 +89,7 @@ def main():
|
|
89 |
st.write("### The first Twin Peaks Question Answering system!")
|
90 |
|
91 |
st.markdown("""<br/>
|
92 |
-
Ask any question on Twin Peaks and see if the
|
93 |
|
94 |
*Note: do not use keywords, but full-fledged questions.*
|
95 |
""", unsafe_allow_html=True)
|
@@ -97,7 +97,7 @@ Ask any question on Twin Peaks and see if the systsem can find the correct answe
|
|
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 {{
|
|
|
89 |
st.write("### The first Twin Peaks Question Answering system!")
|
90 |
|
91 |
st.markdown("""<br/>
|
92 |
+
Ask any question on [Twin Peaks] (https://twinpeaks.fandom.com/wiki/Twin_Peaks) and see if the AI can find answer...!
|
93 |
|
94 |
*Note: do not use keywords, but full-fledged questions.*
|
95 |
""", unsafe_allow_html=True)
|
|
|
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 {{
|