Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Jan Mühlnikel
commited on
Commit
•
a1f1bf2
1
Parent(s):
3e2a3a1
change size of st tabs
Browse files- modules/navbar.py +1 -1
- similarity_page.py +1 -1
modules/navbar.py
CHANGED
@@ -21,7 +21,7 @@ def show_navbar():
|
|
21 |
css = '''
|
22 |
<style>
|
23 |
.stTabs [data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
|
24 |
-
font-size:
|
25 |
}
|
26 |
</style>
|
27 |
'''
|
|
|
21 |
css = '''
|
22 |
<style>
|
23 |
.stTabs [data-baseweb="tab-list"] button [data-testid="stMarkdownContainer"] p {
|
24 |
+
font-size:1rem;
|
25 |
}
|
26 |
</style>
|
27 |
'''
|
similarity_page.py
CHANGED
@@ -137,6 +137,7 @@ embeddings = load_embeddings_and_index()
|
|
137 |
|
138 |
def show_multi_matching_page():
|
139 |
#st.write(f"Current RAM usage of this app: {get_process_memory():.2f} MB")
|
|
|
140 |
st.caption("""
|
141 |
The Multi-Project Matching Feature uncovers synergy opportunities among various development banks and organizations by facilitating the search for
|
142 |
similar projects within a selected filter setting. This innovative tool leverages an AI-driven similarity score to compare all available projects
|
@@ -144,7 +145,6 @@ def show_multi_matching_page():
|
|
144 |
It integrates projects listed in the IATI database from leading organizations, including BMZ, KfW, GIZ, IAD, ADB, AfDB, EIB, WB, WBTF, and the German
|
145 |
Federal Foreign Office (AA), offering a comprehensive platform for enhancing collaboration and maximizing the impact of development efforts.
|
146 |
""")
|
147 |
-
|
148 |
st.write("----------------------")
|
149 |
|
150 |
col1, col2, col3 = st.columns([10, 1, 10])
|
|
|
137 |
|
138 |
def show_multi_matching_page():
|
139 |
#st.write(f"Current RAM usage of this app: {get_process_memory():.2f} MB")
|
140 |
+
st.write(" ")
|
141 |
st.caption("""
|
142 |
The Multi-Project Matching Feature uncovers synergy opportunities among various development banks and organizations by facilitating the search for
|
143 |
similar projects within a selected filter setting. This innovative tool leverages an AI-driven similarity score to compare all available projects
|
|
|
145 |
It integrates projects listed in the IATI database from leading organizations, including BMZ, KfW, GIZ, IAD, ADB, AfDB, EIB, WB, WBTF, and the German
|
146 |
Federal Foreign Office (AA), offering a comprehensive platform for enhancing collaboration and maximizing the impact of development efforts.
|
147 |
""")
|
|
|
148 |
st.write("----------------------")
|
149 |
|
150 |
col1, col2, col3 = st.columns([10, 1, 10])
|