Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -369,11 +369,11 @@ css = ''' 
     | 
|
| 369 | 
         
             
            h1{text-align:center}
         
     | 
| 370 | 
         | 
| 371 | 
         
             
            .submit-btn {
         
     | 
| 372 | 
         
            -
                background-color: # 
     | 
| 373 | 
         
             
                color: white !important;
         
     | 
| 374 | 
         
             
            }
         
     | 
| 375 | 
         
             
            .submit-btn:hover {
         
     | 
| 376 | 
         
            -
                background-color: # 
     | 
| 377 | 
         
             
            }
         
     | 
| 378 | 
         
             
            '''
         
     | 
| 379 | 
         | 
| 
         | 
|
| 369 | 
         
             
            h1{text-align:center}
         
     | 
| 370 | 
         | 
| 371 | 
         
             
            .submit-btn {
         
     | 
| 372 | 
         
            +
                background-color: #2980b9 !important;
         
     | 
| 373 | 
         
             
                color: white !important;
         
     | 
| 374 | 
         
             
            }
         
     | 
| 375 | 
         
             
            .submit-btn:hover {
         
     | 
| 376 | 
         
            +
                background-color: #85929e !important;
         
     | 
| 377 | 
         
             
            }
         
     | 
| 378 | 
         
             
            '''
         
     | 
| 379 | 
         |