Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -67,7 +67,7 @@ css = """ | |
| 67 | 
             
                margin: 0 auto;
         | 
| 68 | 
             
                max-width: 1024px;
         | 
| 69 | 
             
            }
         | 
| 70 | 
            -
            #edit_text{margin-top: - | 
| 71 | 
             
            """
         | 
| 72 |  | 
| 73 | 
             
            with gr.Blocks(css=css) as demo:
         | 
|  | |
| 67 | 
             
                margin: 0 auto;
         | 
| 68 | 
             
                max-width: 1024px;
         | 
| 69 | 
             
            }
         | 
| 70 | 
            +
            #edit_text{margin-top: -62px !important}
         | 
| 71 | 
             
            """
         | 
| 72 |  | 
| 73 | 
             
            with gr.Blocks(css=css) as demo:
         | 
 
			
