From dd4d3276c46f655b2f1945c43b2095062d78d153 Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Sun, 23 Dec 2018 19:33:42 +0000 Subject: [PATCH] Add form --- polymani.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/polymani.pl b/polymani.pl index 511da8d..e6a8eb4 100644 --- a/polymani.pl +++ b/polymani.pl @@ -82,7 +82,9 @@ server(Options) :- web_polyplay(_Request) :- format('Content-type: text/html~n~n'), - format('Welcome to PolyMani!~n'). + format('Welcome to PolyMani!~n'), + format('Ask me something:~n'), + format('
~n'). /******************************* * NLP *