Update settings.html
Browse files- settings.html +4 -2
    	
        settings.html
    CHANGED
    
    | @@ -6,8 +6,10 @@ | |
| 6 | 
             
            		<title>My static Space</title>
         | 
| 7 | 
             
            		<link rel="stylesheet" href="https://huggingface.co/spaces/vk-ai-system/flask_inference_api/resolve/main/style.css" />
         | 
| 8 |  | 
| 9 | 
            -
            < | 
| 10 | 
            -
             | 
|  | |
|  | |
| 11 |  | 
| 12 | 
             
            <style>
         | 
| 13 | 
             
            input[type="number"]::-webkit-inner-spin-button, 
         | 
|  | |
| 6 | 
             
            		<title>My static Space</title>
         | 
| 7 | 
             
            		<link rel="stylesheet" href="https://huggingface.co/spaces/vk-ai-system/flask_inference_api/resolve/main/style.css" />
         | 
| 8 |  | 
| 9 | 
            +
                <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
         | 
| 10 | 
            +
             | 
| 11 | 
            +
                <!-- Bootstrap CSS -->
         | 
| 12 | 
            +
                <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
         | 
| 13 |  | 
| 14 | 
             
            <style>
         | 
| 15 | 
             
            input[type="number"]::-webkit-inner-spin-button, 
         |