Commit 
							
							·
						
						f563363
	
1
								Parent(s):
							
							4b4926f
								
bugfix
Browse files
    	
        app.py
    CHANGED
    
    | @@ -133,8 +133,8 @@ def add_new_eval( | |
| 133 | 
             
                    error_msg += f"already has {num_models_submitted_in_period} model requests submitted to the leaderboard "
         | 
| 134 | 
             
                    error_msg += f"in the last {RATE_LIMIT_PERIOD} days.\n"
         | 
| 135 | 
             
                    error_msg += (
         | 
| 136 | 
            -
                        "Please wait a couple of days before resubmitting, so that everybody can enjoy using the leaderboard 🤗
         | 
| 137 | 
            -
                    ) | 
| 138 | 
             
                    return styled_error(error_msg)
         | 
| 139 |  | 
| 140 | 
             
                # Did the model authors forbid its submission to the leaderboard?
         | 
|  | |
| 133 | 
             
                    error_msg += f"already has {num_models_submitted_in_period} model requests submitted to the leaderboard "
         | 
| 134 | 
             
                    error_msg += f"in the last {RATE_LIMIT_PERIOD} days.\n"
         | 
| 135 | 
             
                    error_msg += (
         | 
| 136 | 
            +
                        "Please wait a couple of days before resubmitting, so that everybody can enjoy using the leaderboard 🤗"
         | 
| 137 | 
            +
                    )
         | 
| 138 | 
             
                    return styled_error(error_msg)
         | 
| 139 |  | 
| 140 | 
             
                # Did the model authors forbid its submission to the leaderboard?
         | 

