Spaces:
Sleeping
Sleeping
mj-new
commited on
Commit
·
a958ea3
1
Parent(s):
968224e
Fix incorect tab
Browse files- app.py +1 -1
- contants.py +1 -1
app.py
CHANGED
@@ -32,7 +32,7 @@ df_data_cat_available_paid = df_data_cat[(df_data_cat['Available online'] == 'ye
|
|
32 |
df_bench_cat = load_bench_catalog()
|
33 |
df_bench_tax = load_bench_taxonomy()
|
34 |
|
35 |
-
about, data_cat,
|
36 |
|
37 |
|
38 |
with about:
|
|
|
32 |
df_bench_cat = load_bench_catalog()
|
33 |
df_bench_tax = load_bench_taxonomy()
|
34 |
|
35 |
+
about, data_cat, data_survey, data_taxonomy, bench_cat, bench_survey, bench_taxonomy = st.tabs(["PL ASR survey", "PL ASR Speech Data **Catalog**", "PL ASR Speech data **Survey**", "ASR Speech Data **Taxonomy**", "PL ASR Benchmarks Catalog", "PL ASR Benchmarks Survey", "ASR Benchmarks Taxonomy"])
|
36 |
|
37 |
|
38 |
with about:
|
contants.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
INFO_MAIN= " Welcome to the Polish ASR Survey dashboard! <br> \
|
2 |
You can use this dashboard to learn about the state of Polish ASR speech data and benchmarks. <br> \
|
3 |
-
The dashboard is built upon the [*Polish ASR Speech Datasets Catalog*](https://github.com/goodmike31/pl-asr-speech-data-survey) and [*Polish ASR Benchmarks Catalog*](https://
|
4 |
The dashboard is divided into the following tabs: <br> \
|
5 |
* **About Polish ASR Survey** - general information about the survey, references, and contact points <br> \
|
6 |
* **Polish ASR Speech Data Catalog** - detailed information about the speech data available for Polish ASR <br> \
|
|
|
1 |
INFO_MAIN= " Welcome to the Polish ASR Survey dashboard! <br> \
|
2 |
You can use this dashboard to learn about the state of Polish ASR speech data and benchmarks. <br> \
|
3 |
+
The dashboard is built upon the [*Polish ASR Speech Datasets Catalog*](https://github.com/goodmike31/pl-asr-speech-data-survey) and [*Polish ASR Benchmarks Catalog*](https://docs.google.com/spreadsheets/d/1fVsE98Ulmt-EIEe4wx8sUdo7RLigDdAVjQxNpAJIrH8/edit?usp=sharing). <br><br> \
|
4 |
The dashboard is divided into the following tabs: <br> \
|
5 |
* **About Polish ASR Survey** - general information about the survey, references, and contact points <br> \
|
6 |
* **Polish ASR Speech Data Catalog** - detailed information about the speech data available for Polish ASR <br> \
|