From 2d51161640f6ce8407eac3b4508058b1ad23a59c Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 1 Feb 2016 10:38:21 +0100 Subject: cleaned up files. added presentation --- application.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application.rb') diff --git a/application.rb b/application.rb index 3782ded..abe4112 100644 --- a/application.rb +++ b/application.rb @@ -9,6 +9,10 @@ get '/?' do redirect to('/predict') end +get '/enm-workshop' do + File.read(File.join('public', 'presentation', 'enm-workshop.html')) +end + get '/predict/?' do data = JSON.parse(File.read("./data.json")) query_features = JSON.parse(File.read("./query-features.json")) -- cgit v1.2.3