Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,12 +16,12 @@ def load_model():
|
|
16 |
return KeyBERT()
|
17 |
|
18 |
st.sidebar.image(
|
19 |
-
"https://
|
20 |
use_column_width=True
|
21 |
)
|
22 |
|
23 |
st.sidebar.title(
|
24 |
-
"
|
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 |
|