Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py (#535)
Browse files- Update app.py (fab7bb0f54ac28bf8362c26a224f31d1e86529ff)
Co-authored-by: Ikko Eltociear Ashimine <[email protected]>
    	
        app.py
    CHANGED
    
    | @@ -298,7 +298,7 @@ with demo: | |
| 298 | 
             
                            leaderboard_table,
         | 
| 299 | 
             
                        )
         | 
| 300 |  | 
| 301 | 
            -
                        # Define a hidden component that will trigger a reload only if a query parameter has  | 
| 302 | 
             
                        hidden_search_bar = gr.Textbox(value="", visible=False)
         | 
| 303 | 
             
                        hidden_search_bar.change(
         | 
| 304 | 
             
                            update_table,
         | 
|  | |
| 298 | 
             
                            leaderboard_table,
         | 
| 299 | 
             
                        )
         | 
| 300 |  | 
| 301 | 
            +
                        # Define a hidden component that will trigger a reload only if a query parameter has been set
         | 
| 302 | 
             
                        hidden_search_bar = gr.Textbox(value="", visible=False)
         | 
| 303 | 
             
                        hidden_search_bar.change(
         | 
| 304 | 
             
                            update_table,
         | 
 
			
 
		