Jan Mühlnikel commited on
Commit
7bff086
1 Parent(s): dbe404c

text instead of codes as crs

Browse files
modules/multimatch_result_table.py CHANGED
@@ -120,12 +120,12 @@ def show_multi_table(p1_df, p2_df):
120
  "crs_3_code_list": st.column_config.ListColumn(
121
  "CRS 3",
122
  help="CRS 3 code given by organization",
123
- width="large"
124
  ),
125
  "crs_5_code_list": st.column_config.ListColumn(
126
  "CRS 5",
127
  help="CRS 5 code given by organization",
128
- width="large"
129
  ),
130
  },
131
  hide_index=True,
 
120
  "crs_3_code_list": st.column_config.ListColumn(
121
  "CRS 3",
122
  help="CRS 3 code given by organization",
123
+ width="medium"
124
  ),
125
  "crs_5_code_list": st.column_config.ListColumn(
126
  "CRS 5",
127
  help="CRS 5 code given by organization",
128
+ width="medium"
129
  ),
130
  },
131
  hide_index=True,
modules/singlematch_result_table.py CHANGED
@@ -79,12 +79,12 @@ def show_single_table(selected_project_index, projects_df, result_df):
79
  "crs_3_code_list": st.column_config.ListColumn(
80
  "CRS 3",
81
  help="CRS 3 code given by organization",
82
- width="small"
83
  ),
84
  "crs_5_code_list": st.column_config.ListColumn(
85
  "CRS 5",
86
  help="CRS 5 code given by organization",
87
- width="small"
88
  ),
89
  },
90
  hide_index=True,
@@ -157,12 +157,12 @@ def show_single_table(selected_project_index, projects_df, result_df):
157
  "crs_3_code_list": st.column_config.ListColumn(
158
  "CRS 3",
159
  help="CRS 3 code given by organization",
160
- width="large"
161
  ),
162
  "crs_5_code_list": st.column_config.ListColumn(
163
  "CRS 5",
164
  help="CRS 5 code given by organization",
165
- width="large"
166
  ),
167
  },
168
  hide_index=True,
 
79
  "crs_3_code_list": st.column_config.ListColumn(
80
  "CRS 3",
81
  help="CRS 3 code given by organization",
82
+ width="medium"
83
  ),
84
  "crs_5_code_list": st.column_config.ListColumn(
85
  "CRS 5",
86
  help="CRS 5 code given by organization",
87
+ width="medium"
88
  ),
89
  },
90
  hide_index=True,
 
157
  "crs_3_code_list": st.column_config.ListColumn(
158
  "CRS 3",
159
  help="CRS 3 code given by organization",
160
+ width="medium"
161
  ),
162
  "crs_5_code_list": st.column_config.ListColumn(
163
  "CRS 5",
164
  help="CRS 5 code given by organization",
165
+ width="medium"
166
  ),
167
  },
168
  hide_index=True,