Jack Monas
		
	commited on
		
		
					Commit 
							
							·
						
						03753e2
	
1
								Parent(s):
							
							65e7509
								
remove eval
Browse files
    	
        app.py
    CHANGED
    
    | @@ -119,9 +119,7 @@ def scoring_section(): | |
| 119 | 
             
                with st.expander("Tie-Breakers"):
         | 
| 120 | 
             
                    st.write(
         | 
| 121 | 
             
                        "The overall winner will be the team with the highest total points. "
         | 
| 122 | 
            -
                        "In the event of a tie, the  | 
| 123 | 
            -
                        "1. Highest Sampling Challenge score\n"
         | 
| 124 | 
            -
                        "2. Highest Compression Challenge score\n\n"
         | 
| 125 | 
             
                    )
         | 
| 126 |  | 
| 127 | 
             
                # Overall Leaderboard Section
         | 
|  | |
| 119 | 
             
                with st.expander("Tie-Breakers"):
         | 
| 120 | 
             
                    st.write(
         | 
| 121 | 
             
                        "The overall winner will be the team with the highest total points. "
         | 
| 122 | 
            +
                        "In the event of a tie, the team with the highest score on the Sampling challenge will be declared the winner."
         | 
|  | |
|  | |
| 123 | 
             
                    )
         | 
| 124 |  | 
| 125 | 
             
                # Overall Leaderboard Section
         |