Spaces:
				
			
			
	
			
			
					
		Running
		
			on 
			
			CPU Upgrade
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
			on 
			
			CPU Upgrade
	Update utils.py
Browse files
    	
        utils.py
    CHANGED
    
    | @@ -37,7 +37,7 @@ We invite you to use our dataset available at [https://huggingface.co/datasets/T | |
| 37 | 
             
            TABLE_INTRODUCTION = """
         | 
| 38 | 
             
                """
         | 
| 39 |  | 
| 40 | 
            -
             | 
| 41 | 
             
            We list the information of the used datasets as follows:<br>
         | 
| 42 |  | 
| 43 | 
             
            """
         | 
| @@ -107,3 +107,5 @@ def add_new_eval( | |
| 107 | 
             
            def refresh_data():
         | 
| 108 | 
             
                return get_df()
         | 
| 109 |  | 
|  | |
|  | 
|  | |
| 37 | 
             
            TABLE_INTRODUCTION = """
         | 
| 38 | 
             
                """
         | 
| 39 |  | 
| 40 | 
            +
            LEADERBOARD_INFO = """
         | 
| 41 | 
             
            We list the information of the used datasets as follows:<br>
         | 
| 42 |  | 
| 43 | 
             
            """
         | 
|  | |
| 107 | 
             
            def refresh_data():
         | 
| 108 | 
             
                return get_df()
         | 
| 109 |  | 
| 110 | 
            +
             | 
| 111 | 
            +
             | 

