diff --git a/templates/index.html b/templates/index.html index e9ecadd..c65ca15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,92 +1,99 @@ - - + + - + #message { + width: 70%; + padding: 10px; + margin-right: 10px; + border-radius: 5px; + border: 1px solid #ccc; + flex-grow: 1; + } - + button { + padding: 10px 20px; + border: none; + border-radius: 5px; + background-color: #007bff; + color: white; + } + @media (max-width: 480px) { + #message { + width: 100%; + margin-right: 0; + margin-bottom: 10px; + } + } + + +
-

Chat with AI

-
- - +

Chat with AI

+
+
+ +
- - - - + \ No newline at end of file