22 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>CIDITEL AI Playground</title>
 | |
|     <link rel="stylesheet" tyle="text-decoration: none;" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
 | |
|     <link rel="stylesheet" tyle="text-decoration: none;" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
 | |
|     <link rel="shortcut icon" tyle="text-decoration: none;" href="statics/icons/favicon.svg" type="image/x-icon">
 | |
|     <link rel="stylesheet" tyle="text-decoration: none;" href="statics/css/style.css">  
 | |
|     <link rel="stylesheet" tyle="text-decoration: none;" href="statics/css/media-queries.css">  
 | |
|     <link rel="preconnect" tyle="text-decoration: none;" href="https://fonts.googleapis.com">
 | |
|     <link rel="preconnect" tyle="text-decoration: none;" href="https://fonts.gstatic.com" crossorigin>
 | |
|     <link tyle="text-decoration: none;" href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| 
 | |
|     <taipy:table>{data}</taipy:table>
 | |
| 
 | |
| </body>
 | |
| </html> |