Improved chat.py and created a temporary chat.html to be transferred to react later

This commit is contained in:
white
2025-01-24 17:02:56 +00:00
parent 8ec60b1c41
commit ae9cd96333
6 changed files with 311 additions and 37 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"dependencies": {
"axios": "^1.7.9",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3"
}
}