From 831ca8942e6ed7926cb7c4e4009684d54a1d1562 Mon Sep 17 00:00:00 2001 From: Akshen Date: Thu, 28 Dec 2017 12:14:34 +0530 Subject: Add ChatBot - This commit will add chatbot - requirements.txt changed - required css/js and html added for chatbot - parameters set for chatbot in settings.py - yaml files(training data) to be added --- workshop_app/templates/workshop_app/index.html | 114 +++++++++++++++++++++++++ 1 file changed, 114 insertions(+) (limited to 'workshop_app/templates') diff --git a/workshop_app/templates/workshop_app/index.html b/workshop_app/templates/workshop_app/index.html index 5fd3b14..f00b47f 100644 --- a/workshop_app/templates/workshop_app/index.html +++ b/workshop_app/templates/workshop_app/index.html @@ -10,6 +10,19 @@ Welcome + + @@ -27,6 +40,15 @@ + + + + + + + + + @@ -73,9 +95,12 @@ +
+ +
+ + +
Talk to ChatBot
+
X


+
    +
+
+ + + + +
+
+
@@ -152,6 +191,81 @@ + + + -- cgit