Jan Mühlnikel commited on
Commit
94fd083
·
1 Parent(s): 8118f8d

text instead of codes as crs

Browse files
Files changed (1) hide show
  1. similarity_page.py +4 -4
similarity_page.py CHANGED
@@ -139,7 +139,7 @@ embeddings = load_embeddings_and_index()
139
  def show_multi_matching_page():
140
  #st.write(f"Current RAM usage of this app: {get_process_memory():.2f} MB")
141
  #st.write(" ")
142
- with st.popover("Info"):
143
  st.caption("""
144
  The Multi-Project Matching Feature uncovers synergy opportunities among various development banks and organizations by facilitating the search for
145
  similar projects within a selected filter setting. This innovative tool leverages an AI-driven similarity score to compare all available projects
@@ -147,7 +147,7 @@ def show_multi_matching_page():
147
  It integrates projects listed in the IATI database from leading organizations, including BMZ, KfW, GIZ, IAD, ADB, AfDB, EIB, WB, WBTF, and the German
148
  Federal Foreign Office (AA), offering a comprehensive platform for enhancing collaboration and maximizing the impact of development efforts.
149
  """)
150
- st.write("----------------------")
151
 
152
  col1, col2, col3 = st.columns([10, 1, 10])
153
  with col1:
@@ -274,14 +274,14 @@ def show_multi_matching_page():
274
 
275
  def show_single_matching_page():
276
 
277
- with st.popover("Info"):
278
  st.caption("""
279
  Single Project Matching empowers you to choose an individual project using either the project IATI ID or title, and then unveils the top 10 projects
280
  that bear the closest resemblance to your selected one. This selection is refined using a sophisticated AI algorithm that evaluates similarity based
281
  on several key dimensions: Sustainable Development Goals (SDG), Creditor Reporting System (CRS) codes, and textual analysis of project titles and
282
  descriptions.
283
  """)
284
- st.write("---------")
285
 
286
  col1, col2 = st.columns([11, 20])
287
  with col1:
 
139
  def show_multi_matching_page():
140
  #st.write(f"Current RAM usage of this app: {get_process_memory():.2f} MB")
141
  #st.write(" ")
142
+ with st.expander("Explanation"):
143
  st.caption("""
144
  The Multi-Project Matching Feature uncovers synergy opportunities among various development banks and organizations by facilitating the search for
145
  similar projects within a selected filter setting. This innovative tool leverages an AI-driven similarity score to compare all available projects
 
147
  It integrates projects listed in the IATI database from leading organizations, including BMZ, KfW, GIZ, IAD, ADB, AfDB, EIB, WB, WBTF, and the German
148
  Federal Foreign Office (AA), offering a comprehensive platform for enhancing collaboration and maximizing the impact of development efforts.
149
  """)
150
+ #st.write("----------------------")
151
 
152
  col1, col2, col3 = st.columns([10, 1, 10])
153
  with col1:
 
274
 
275
  def show_single_matching_page():
276
 
277
+ with st.expander("Explanation"):
278
  st.caption("""
279
  Single Project Matching empowers you to choose an individual project using either the project IATI ID or title, and then unveils the top 10 projects
280
  that bear the closest resemblance to your selected one. This selection is refined using a sophisticated AI algorithm that evaluates similarity based
281
  on several key dimensions: Sustainable Development Goals (SDG), Creditor Reporting System (CRS) codes, and textual analysis of project titles and
282
  descriptions.
283
  """)
284
+ #st.write("---------")
285
 
286
  col1, col2 = st.columns([11, 20])
287
  with col1: