domenicrosati commited on
Commit
2d1b5a8
β€’
1 Parent(s): 3f1f616

add bootstrap styling back in

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- # st.markdown("""
210
- # <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/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(
 
206
  For example try: Do tanning beds cause cancer?
207
  """)
208
 
209
+ st.markdown("""
210
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/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(