summaryrefslogtreecommitdiff
path: root/views/create.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/create.haml')
-rw-r--r--views/create.haml17
1 files changed, 0 insertions, 17 deletions
diff --git a/views/create.haml b/views/create.haml
deleted file mode 100644
index 9477210..0000000
--- a/views/create.haml
+++ /dev/null
@@ -1,17 +0,0 @@
-.upload
- %form{ :action => url_for('/upload'), :method => "post", :enctype => "multipart/form-data" }
- %ol
- %li
- %label{:for => 'endpoint'}Enter endpoint name:
- %input{:type => 'text', :name => 'endpoint', :id => 'endpoint'}
- %li
- %label{:for => 'file'}
- Upload training data in CSV format:
- %input{:type => 'file', :name => 'file', :id => 'file'}
- (
- = link_to "formatting instructions ", 'csv_format'
- )
- %li
- %input{ :type => "submit", :value => "Create model"}
- = link_to "Cancel", 'create'
-