Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -134,6 +134,21 @@ def load_description(fp): | |
| 134 | 
             
                return content
         | 
| 135 |  | 
| 136 | 
             
            with gr.Blocks(theme="soft", css=css) as Kolors:
         | 
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
| 137 | 
             
                with gr.Row():
         | 
| 138 | 
             
                    with gr.Column(elem_id="col-left"):
         | 
| 139 | 
             
                        with gr.Row():
         | 
|  | |
| 134 | 
             
                return content
         | 
| 135 |  | 
| 136 | 
             
            with gr.Blocks(theme="soft", css=css) as Kolors:
         | 
| 137 | 
            +
             | 
| 138 | 
            +
                gr.HTML(
         | 
| 139 | 
            +
                    """
         | 
| 140 | 
            +
                    <div class='container' style='display:flex; justify-content:center; gap:12px;'>
         | 
| 141 | 
            +
                        <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
         | 
| 142 | 
            +
                            <img src="https://img.shields.io/static/v1?label=OpenFree&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="OpenFree badge">
         | 
| 143 | 
            +
                        </a>
         | 
| 144 | 
            +
                
         | 
| 145 | 
            +
                        <a href="https://discord.gg/openfreeai" target="_blank">
         | 
| 146 | 
            +
                            <img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="Discord badge">
         | 
| 147 | 
            +
                        </a>
         | 
| 148 | 
            +
                    </div>
         | 
| 149 | 
            +
                        """
         | 
| 150 | 
            +
                )
         | 
| 151 | 
            +
                
         | 
| 152 | 
             
                with gr.Row():
         | 
| 153 | 
             
                    with gr.Column(elem_id="col-left"):
         | 
| 154 | 
             
                        with gr.Row():
         | 
 
			
