Julian Bilcke
		
	commited on
		
		
					Commit 
							
							·
						
						1c81574
	
1
								Parent(s):
							
							dbda359
								
change label
Browse files
    	
        src/app/interface/advert/index.tsx
    CHANGED
    
    | 
         @@ -6,9 +6,9 @@ export function Advert() { 
     | 
|
| 6 | 
         
             
                  variant="outline"
         
     | 
| 7 | 
         
             
                  className="bg-yellow-400 border-stone-600/30 hover:bg-yellow-300"
         
     | 
| 8 | 
         
             
                  onClick={() => {
         
     | 
| 9 | 
         
            -
                    window.open("https://huggingface.co/spaces/jbilcke-hf/ 
     | 
| 10 | 
         
             
                  }}>
         
     | 
| 11 | 
         
            -
                  <span className="hidden md:inline">Try  
     | 
| 12 | 
         
             
                  <span className="inline md:hidden">...</span>
         
     | 
| 13 | 
         
             
                </Button>
         
     | 
| 14 | 
         
             
              )
         
     | 
| 
         | 
|
| 6 | 
         
             
                  variant="outline"
         
     | 
| 7 | 
         
             
                  className="bg-yellow-400 border-stone-600/30 hover:bg-yellow-300"
         
     | 
| 8 | 
         
             
                  onClick={() => {
         
     | 
| 9 | 
         
            +
                    window.open("https://huggingface.co/spaces/jbilcke-hf/AiComicFactory2", "_blank")
         
     | 
| 10 | 
         
             
                  }}>
         
     | 
| 11 | 
         
            +
                  <span className="hidden md:inline">Try the V2!</span>
         
     | 
| 12 | 
         
             
                  <span className="inline md:hidden">...</span>
         
     | 
| 13 | 
         
             
                </Button>
         
     | 
| 14 | 
         
             
              )
         
     |