- Iniziato a scrivere la CHATBOT...

This commit is contained in:
Surya Paolo
2025-08-09 00:48:44 +02:00
parent 6013a624f6
commit f1f3f5ad07
14 changed files with 186 additions and 68 deletions

View File

@@ -0,0 +1,12 @@
.chat-container {
max-height: 400px;
overflow-y: auto;
}
.user {
text-align: right;
}
.bot {
text-align: left;
}