Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -517,7 +517,7 @@ with gr.Blocks(theme=theme, css=css) as demo: 
     | 
|
| 517 | 
         
             
                        gr.HTML(
         
     | 
| 518 | 
         
             
                            """
         
     | 
| 519 | 
         
             
                           Made by <a href='https://linktr.ee/Nick088' target='_blank'>Nick088</a>
         
     | 
| 520 | 
         
            -
                           <br> <a href="https://discord.gg/ 
     | 
| 521 | 
         
             
                            """
         
     | 
| 522 | 
         
             
                        )
         
     | 
| 523 | 
         
             
                with gr.Tabs():
         
     | 
| 
         | 
|
| 517 | 
         
             
                        gr.HTML(
         
     | 
| 518 | 
         
             
                            """
         
     | 
| 519 | 
         
             
                           Made by <a href='https://linktr.ee/Nick088' target='_blank'>Nick088</a>
         
     | 
| 520 | 
         
            +
                           <br> <a href="https://discord.gg/AQsmBmgEPy"> <img src="https://img.shields.io/discord/1198701940511617164?color=%23738ADB&label=Discord&style=for-the-badge" alt="Discord"> </a>
         
     | 
| 521 | 
         
             
                            """
         
     | 
| 522 | 
         
             
                        )
         
     | 
| 523 | 
         
             
                with gr.Tabs():
         
     |