From 894ed0e7c8a35c9503f2fdb4f9923accde06ef0e Mon Sep 17 00:00:00 2001 From: gebele Date: Fri, 29 Jun 2018 12:41:41 +0000 Subject: updated file format instructions --- application.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application.rb') diff --git a/application.rb b/application.rb index ecdc603..ee7837f 100644 --- a/application.rb +++ b/application.rb @@ -530,6 +530,10 @@ post '/predict/?' do end end +get '/help' do + haml :help +end + get '/style.css' do headers 'Content-Type' => 'text/css; charset=utf-8' scss :style -- cgit v1.2.3