peter2000 commited on
Commit
1f76ed1
1 Parent(s): 5eceff9

Update appStore/keyword_search.py

Browse files
Files changed (1) hide show
  1. appStore/keyword_search.py +2 -2
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;'> Keyword 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 *Keyword Search* app is an easy-to-use interface built in Streamlit for doing keyword search in policy document - developed by GIZ Data and the Sustainable Development Solution Network.
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("")