Spaces:
Runtime error
Runtime error
Update appStore/keyword_search.py
Browse files
appStore/keyword_search.py
CHANGED
@@ -70,13 +70,13 @@ def ask_question(question,pipeline):
|
|
70 |
|
71 |
def app():
|
72 |
with st.container():
|
73 |
-
st.markdown("<h1 style='text-align: center; color: black;'>
|
74 |
st.write(' ')
|
75 |
st.write(' ')
|
76 |
|
77 |
with st.expander("ℹ️ - About this app", expanded=False):
|
78 |
st.write("""
|
79 |
-
The *
|
80 |
""")
|
81 |
|
82 |
st.markdown("")
|
|
|
70 |
|
71 |
def app():
|
72 |
with st.container():
|
73 |
+
st.markdown("<h1 style='text-align: center; color: black;'> Search </h1>", unsafe_allow_html=True)
|
74 |
st.write(' ')
|
75 |
st.write(' ')
|
76 |
|
77 |
with st.expander("ℹ️ - About this app", expanded=False):
|
78 |
st.write("""
|
79 |
+
The *Search* app is an easy-to-use interface built in Streamlit for searching keywords and phrases in policy document - developed by GIZ Data and the Sustainable Development Solution Network.
|
80 |
""")
|
81 |
|
82 |
st.markdown("")
|