summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-10-27 12:26:14 +0000
committergebele <gebele@in-silico.ch>2015-10-27 12:26:14 +0000
commit41f948d58ba99a635ae7e04573bd368d9ab34d99 (patch)
treedf9da6683445086d5c35da4766f43f8e55a8f03c
parentddbe5c5478c7dd71d9c851008340e28a61d5ba33 (diff)
enabled batch
-rw-r--r--views/predict.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 0dc767b..a4fa080 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -126,7 +126,7 @@
%input{:type => 'text', :name => 'identifier', :id => 'identifier', :size => '60'}
%p
%label{:for=>"fileselect"}
- or upload a CSV file for batch predictions (disabled in public version)
+ or upload a CSV file for batch predictions
%br
%span.btn.btn-default.btn-file
%input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :accept=>"text/csv"}