summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
authorChristoph Helma <ch@in-silico.ch>2010-02-11 11:15:26 +0100
committerChristoph Helma <ch@in-silico.ch>2010-02-11 11:15:26 +0100
commit00aef9b6afceeb33d00b79bb7fceb65521c5f983 (patch)
treeb0f0c6deb588657e5939bc8854b4a35e588af869 /views/create.haml
parent98d5f6baac6faa4463b91c69921b5ad7795d3f3c (diff)
more informative instructions added
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/create.haml b/views/create.haml
index 5527d70..0ba4737 100644
--- a/views/create.haml
+++ b/views/create.haml
@@ -4,6 +4,7 @@
%legend Upload training data and create a prediction model
%label{:for => 'endpoint'} 1. Enter endpoint name:
%input{:type => 'text', :name => 'endpoint', :id => 'endpoint'}
+ %em (please use only letters, numbers and spaces - this will be fixed soon)
%br
%label{:for => 'file'} 2. Select training data in CSV format:
%input{:type => 'file', :name => 'file', :id => 'file'}