Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -123,7 +123,7 @@ def scoring_section(): | |
| 123 |  | 
| 124 | 
             
                # Overall Leaderboard Section
         | 
| 125 | 
             
                st.write(
         | 
| 126 | 
            -
                    "The leaderboard, which shows the total points across the challenges, will go live  | 
| 127 | 
             
                    "Additionally, both challenges—**Compression** and **Sampling**—will have its own leaderboard on their "
         | 
| 128 | 
             
                    "respective Hugging Face submission servers."
         | 
| 129 | 
             
                )
         | 
| @@ -184,8 +184,6 @@ def main(): | |
| 184 | 
             
                    "[1X World Model Challenge – Sampling Server](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Sampling)"
         | 
| 185 | 
             
                )
         | 
| 186 |  | 
| 187 | 
            -
                st.markdown("**Note:** Links to the submission servers were previously scheduled for release on March 10th and are now available above.")
         | 
| 188 | 
            -
             | 
| 189 | 
             
                st.markdown("---")
         | 
| 190 |  | 
| 191 | 
             
                st.markdown("## Datasets")
         | 
| @@ -253,8 +251,6 @@ def main(): | |
| 253 | 
             
                    unsafe_allow_html=True
         | 
| 254 | 
             
                )
         | 
| 255 |  | 
| 256 | 
            -
                st.markdown("**Note:** Each challenge has additional rules, which will be released when the challenges officially launch on March 10th.")
         | 
| 257 | 
            -
                st.markdown("---")
         | 
| 258 |  | 
| 259 | 
             
                st.markdown("## Already Started Working on These Challenges?")
         | 
| 260 | 
             
                st.write(
         | 
|  | |
| 123 |  | 
| 124 | 
             
                # Overall Leaderboard Section
         | 
| 125 | 
             
                st.write(
         | 
| 126 | 
            +
                    "The leaderboard, which shows the total points across the challenges, will go live in March. "
         | 
| 127 | 
             
                    "Additionally, both challenges—**Compression** and **Sampling**—will have its own leaderboard on their "
         | 
| 128 | 
             
                    "respective Hugging Face submission servers."
         | 
| 129 | 
             
                )
         | 
|  | |
| 184 | 
             
                    "[1X World Model Challenge – Sampling Server](https://huggingface.co/spaces/1x-technologies/1X_World_Model_Challenge_Sampling)"
         | 
| 185 | 
             
                )
         | 
| 186 |  | 
|  | |
|  | |
| 187 | 
             
                st.markdown("---")
         | 
| 188 |  | 
| 189 | 
             
                st.markdown("## Datasets")
         | 
|  | |
| 251 | 
             
                    unsafe_allow_html=True
         | 
| 252 | 
             
                )
         | 
| 253 |  | 
|  | |
|  | |
| 254 |  | 
| 255 | 
             
                st.markdown("## Already Started Working on These Challenges?")
         | 
| 256 | 
             
                st.write(
         |