peter2000 commited on
Commit
0110fa1
1 Parent(s): e1d4606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -16,12 +16,12 @@ def load_model():
16
  return KeyBERT()
17
 
18
  st.sidebar.image(
19
- "https://assets.website-files.com/6139f3cdcbbff3a68486761d/613cd8997b270da063e230c5_Tekengebied%201-p-2000.png",
20
  use_column_width=True
21
  )
22
 
23
  st.sidebar.title(
24
- "Chapters browser"
25
  )
26
 
27
  st.sidebar.markdown(
@@ -34,7 +34,7 @@ selected_date = st.sidebar.selectbox(
34
  )
35
 
36
  with st.container():
37
- st.markdown("<h1 style='text-align: center; color: black;'> Policy Action Tracking</h1>", unsafe_allow_html=True)
38
  st.write(' ')
39
  st.write(' ')
40
 
 
16
  return KeyBERT()
17
 
18
  st.sidebar.image(
19
+ "https://huggingface.co/spaces/peter2000/policy_test/blob/main/sdsn.png",
20
  use_column_width=True
21
  )
22
 
23
  st.sidebar.title(
24
+ "Options:"
25
  )
26
 
27
  st.sidebar.markdown(
 
34
  )
35
 
36
  with st.container():
37
+ st.markdown("<h1 style='text-align: center; color: black;'> SDSN X GIZ - Policy Action Tracking</h1>", unsafe_allow_html=True)
38
  st.write(' ')
39
  st.write(' ')
40