Jan Mühlnikel
commited on
Commit
·
3718e9a
1
Parent(s):
97fda5a
text instead of codes as crs
Browse files
modules/singlematch_result_table.py
CHANGED
@@ -26,7 +26,7 @@ def show_single_table(selected_project_index, projects_df, result_df):
|
|
26 |
)
|
27 |
|
28 |
st.dataframe(
|
29 |
-
sel_p_row[["iati_id", "title_main", "orga_abbreviation", "client", "description_main", "country_name", "country_flag", "
|
30 |
use_container_width = True,
|
31 |
height = 35 + 35 * len(sel_p_row),
|
32 |
column_config={
|
|
|
26 |
)
|
27 |
|
28 |
st.dataframe(
|
29 |
+
sel_p_row[["iati_id", "title_main", "orga_abbreviation", "client", "description_main", "country_name", "country_flag", "sdg_list", "crs_3_code_list", "crs_5_code_list"]],
|
30 |
use_container_width = True,
|
31 |
height = 35 + 35 * len(sel_p_row),
|
32 |
column_config={
|