Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -259,7 +259,11 @@ theme = gr.themes.Soft() | |
| 259 | 
             
            def load_json_data():
         | 
| 260 | 
             
                # νλμ½λ©λ λ°μ΄ν° λ°ν
         | 
| 261 | 
             
                return [
         | 
| 262 | 
            -
             | 
|  | |
|  | |
|  | |
|  | |
| 263 | 
             
                    {
         | 
| 264 | 
             
                        "name": "[ννμ΄μ§] AI μ€ννΈμ
",
         | 
| 265 | 
             
                        "image_url": "data:image/png;base64," + get_image_base64('home.png'),  # mouse.gif μ¬μ©
         | 
|  | |
| 259 | 
             
            def load_json_data():
         | 
| 260 | 
             
                # νλμ½λ©λ λ°μ΄ν° λ°ν
         | 
| 261 | 
             
                return [
         | 
| 262 | 
            +
                    {
         | 
| 263 | 
            +
                        "name": "[κ²μ] 보μ ν‘ν‘ κ²μ",
         | 
| 264 | 
            +
                        "image_url": "data:image/gif;base64," + get_image_base64('jewel.gif'),  # mouse.gif μ¬μ©
         | 
| 265 | 
            +
                        "prompt": "μ΄ κ²μ κ΅¬μ± ν둬ννΈλ μ λ¬Έκ°κ° μ μνκ²μΌλ‘ λ§€μ° κΈ΄ λ΄μ©μ΄λΌ [email protected]μΌλ‘ μμ²νμλ©΄ 보λ΄λ립λλ€. "
         | 
| 266 | 
            +
                    },    
         | 
| 267 | 
             
                    {
         | 
| 268 | 
             
                        "name": "[ννμ΄μ§] AI μ€ννΈμ
",
         | 
| 269 | 
             
                        "image_url": "data:image/png;base64," + get_image_base64('home.png'),  # mouse.gif μ¬μ©
         | 

