Refaktoriseringar och test av alternativa lösningar.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user