mj-new commited on
Commit
e86d857
1 Parent(s): a3337f3

Slighly updated main page

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -32,7 +32,7 @@ about, lead_bigos, lead_pelcra, analysis, interactive_comparison = st.tabs(["Ab
32
  # "Results inspection""Results inspection"
33
  # inspection
34
  # acknowledgements, changelog, faq, todos = st.columns(4)
35
- #lead_bigos_diagnostic, lead_bigos_synth
36
 
37
  cols_to_select_all = ["system", "subset", "ref_type", "norm_type", "SER", "MER", "WER", "CER"]
38
 
@@ -185,9 +185,8 @@ def create_radar_plot(df, enable_labels, systems, metric, norm_type, ref_type='o
185
  st.pyplot(fig)
186
 
187
  with about:
188
- st.title("About BIGOS benchmark")
189
  st.markdown(ABOUT_INFO, unsafe_allow_html=True)
190
- # TODO - load and display about BIGOS benchmark
191
 
192
  # Table - evaluated systems # TODO - change to concatenated table
193
  st.header("Evaluated ASR systems")
@@ -205,11 +204,11 @@ with about:
205
 
206
  df_evaluated_systems_types_and_count = df_evaluated_systems["Type"].value_counts().reset_index()
207
  df_evaluated_systems_types_and_count.columns = ["Type", "Count"]
208
- st.write("Evaluated ASR systems types")
209
 
210
  st.dataframe(df_evaluated_systems_types_and_count, hide_index=True, use_container_width=False)
211
 
212
- st.write("Evaluated ASR systems details")
213
 
214
  #TODO - add info who created the system (company, institution, team, etc.)
215
  st.dataframe(df_evaluated_systems, hide_index=True, height = h_df_systems, use_container_width=True)
 
32
  # "Results inspection""Results inspection"
33
  # inspection
34
  # acknowledgements, changelog, faq, todos = st.columns(4)
35
+ #lead_bigos_diagnostic, lead_bigos_synth
36
 
37
  cols_to_select_all = ["system", "subset", "ref_type", "norm_type", "SER", "MER", "WER", "CER"]
38
 
 
185
  st.pyplot(fig)
186
 
187
  with about:
188
+ st.title("About the Polish ASR Leaderboard")
189
  st.markdown(ABOUT_INFO, unsafe_allow_html=True)
 
190
 
191
  # Table - evaluated systems # TODO - change to concatenated table
192
  st.header("Evaluated ASR systems")
 
204
 
205
  df_evaluated_systems_types_and_count = df_evaluated_systems["Type"].value_counts().reset_index()
206
  df_evaluated_systems_types_and_count.columns = ["Type", "Count"]
207
+ st.header("Number of evaluated ASR systems (free and commercially available)")
208
 
209
  st.dataframe(df_evaluated_systems_types_and_count, hide_index=True, use_container_width=False)
210
 
211
+ st.header("Evaluated ASR systems details")
212
 
213
  #TODO - add info who created the system (company, institution, team, etc.)
214
  st.dataframe(df_evaluated_systems, hide_index=True, height = h_df_systems, use_container_width=True)