zhuohan-7 commited on
Commit
372c18e
·
verified ·
1 Parent(s): f92272f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app/pages.py +10 -10
app/pages.py CHANGED
@@ -39,19 +39,19 @@ def dashboard():
39
 
40
 
41
  st.markdown("""
42
- ### Changelog
43
 
44
- - **Dec 13, 2024**:
45
- - Singlish ASR task added! The datasets are available on [HF](https://huggingface.co/datasets/MERaLiON/MNSC).
46
 
47
- - **Dec 12, 2024**:
48
- - Updated layout and added support for comparison between models with similar sizes.
49
- - Reorganized layout for a better user experience.
50
- - Added performance summary for each task.
51
 
52
- - **Aug 2024**:
53
- - Initial leaderboard is now online.
54
- """)
55
 
56
  st.divider()
57
 
 
39
 
40
 
41
  st.markdown("""
42
+ ### Changelog
43
 
44
+ - **Dec 13, 2024**:
45
+ - Singlish ASR task added! The datasets are available on [HF](https://huggingface.co/datasets/MERaLiON/MNSC).
46
 
47
+ - **Dec 12, 2024**:
48
+ - Updated layout and added support for comparison between models with similar sizes.
49
+ - Reorganized layout for a better user experience.
50
+ - Added performance summary for each task.
51
 
52
+ - **Aug 2024**:
53
+ - Initial leaderboard is now online.
54
+ """)
55
 
56
  st.divider()
57