diff --git a/templates/index.html b/templates/index.html index aa76e52..de0d136 100644 --- a/templates/index.html +++ b/templates/index.html @@ -52,7 +52,7 @@ } #message { - width: 65%; /* Adjusted width */ + width: 65%; padding: 10px; border-radius: 10px; border: 1px solid #ccc; @@ -149,6 +149,36 @@ body.dark-mode #result { border-color: #666; } + + /* Slider styles */ + .slider { + -webkit-appearance: none; + width: 60px; + height: 34px; + background: #ccc; + outline: none; + opacity: 0.7; + transition: opacity 0.2s; + border-radius: 34px; + } + + .slider::-webkit-slider-thumb { + -webkit-appearance: none; + appearance: none; + width: 26px; + height: 26px; + background: #4caf50; + cursor: pointer; + border-radius: 50%; + } + + .slider::-moz-range-thumb { + width: 26px; + height: 26px; + background: #4caf50; + cursor: pointer; + border-radius: 50%; + } @@ -161,22 +191,19 @@

Chat with LLAMA 3 🦙🦙🦙

- +
+

© Made with ❤️ by Mohd Aquib

+ - - \ No newline at end of file +