summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-20 11:02:52 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-20 11:02:52 +0200
commit820b3b7055d2f0017b0bec3db1914a6d610b2147 (patch)
tree74678432edc5922c17c7f808c7f1c75613d8f9c2 /views/create.haml
parent2a97264c3e0daa40a635ef635006925b4b5b9843 (diff)
Excel instructions added
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/create.haml b/views/create.haml
index f754770..3c9798d 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -4,7 +4,7 @@
This service creates
%a{:href => 'http://lazar.in-silico.de'} lazar
classification models (more model building algorithms will follow) from your uploaded datasets. Here are
- = link_to "instructions", '/csv_format'
+ = link_to "instructions", '/excel_format'
, for creating training datasets in Excel.
%form{ :action => url_for('/upload'), :method => "post", :enctype => "multipart/form-data" }
@@ -18,6 +18,8 @@
%br
%label{:for => 'file'}
2. Upload training data in
+ = link_to "Excel", '/excel_format'
+ or
= link_to "CSV", '/csv_format'
format:
%input{:type => 'file', :name => 'file', :id => 'file', :size => '41'}