Spaces:
Runtime error
Runtime error
domenicrosati
commited on
Commit
Β·
2d1b5a8
1
Parent(s):
3f1f616
add bootstrap styling back in
Browse files
app.py
CHANGED
@@ -206,9 +206,9 @@ Answers are linked to source documents containing citations where users can expl
|
|
206 |
For example try: Do tanning beds cause cancer?
|
207 |
""")
|
208 |
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
|
213 |
# with st.expander("Settings (strictness, context limit, top hits)"):
|
214 |
# concat_passages = st.radio(
|
|
|
206 |
For example try: Do tanning beds cause cancer?
|
207 |
""")
|
208 |
|
209 |
+
st.markdown("""
|
210 |
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
|
211 |
+
""", unsafe_allow_html=True)
|
212 |
|
213 |
# with st.expander("Settings (strictness, context limit, top hits)"):
|
214 |
# concat_passages = st.radio(
|