diff --git a/ChatBot/templates/index.html b/ChatBot/templates/index.html index 8f67d22..4627437 100644 --- a/ChatBot/templates/index.html +++ b/ChatBot/templates/index.html @@ -2,28 +2,131 @@
+User: {{ item.content }}
- {% elif item.role == 'system' %} -Bot: {{ item.content }}
- {% endif %} - {% endfor %} +