Jan Mühlnikel commited on
Commit
dbe404c
·
1 Parent(s): 5392bec

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="small"
124
  ),
125
  "crs_5_code_list": st.column_config.ListColumn(
126
  "CRS 5",
127
  help="CRS 5 code given by organization",
128
- width="small"
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="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,
modules/singlematch_result_table.py CHANGED
@@ -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="small"
161
  ),
162
  "crs_5_code_list": st.column_config.ListColumn(
163
  "CRS 5",
164
  help="CRS 5 code given by organization",
165
- width="small"
166
  ),
167
  },
168
  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="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,