Refaktoriseringar och test av alternativa lösningar.

This commit is contained in:
2024-07-16 23:16:39 +02:00
parent 99e3737718
commit 3fef179723
4 changed files with 115 additions and 54 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
<!-->
<!--
Run a simple HTTP server in the directory containing your HTML file
python -m http.server 8000
Open your web browser and navigate to http://localhost:8000/client.html
Open your web browser and navigate to http://localhost:8000/smartassist/src/client.html
Note that the path starts from where the python venv was defined (project root)
-->
<!DOCTYPE html>
@@ -24,12 +25,12 @@ Open your web browser and navigate to http://localhost:8000/client.html
margin-bottom: 10px;
}
.user-message {
background-color: #f0f0f0;
background-color: #eae2d5;
padding: 10px;
border-radius: 10px;
}
.ai-response {
background-color: #ccc;
background-color: #cfc68b;
padding: 10px;
border-radius: 10px;
}