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 *