summaryrefslogtreecommitdiff
path: root/views/predict.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/predict.haml')
-rw-r--r--views/predict.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/predict.haml b/views/predict.haml
index d9fe2d5..a776a93 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -142,14 +142,14 @@
%input{:type => 'text', :name => 'identifier', :id => 'identifier', :size => '60'}
%p
%label{:for=>"fileselect"}
- or upload a CSV file for batch predictions
+ or upload a CSV or SMI file for batch predictions
%br
%span.btn.btn-default.btn-file
- %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :autocomplete=>"off", :accept=>"text/csv"}
+ %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :autocomplete=>"off", :accept=>"text/csv,chemical/x-daylight-smiles"}
%a.btn.btn-warning{:href => to("/help"), :rel => "external", :style=>"margin-left: 1em;"} Help
%div.col-md-6
- if !@existing_datasets.blank?
- %label{:for=>"storage"} or select an uploaded CSV file
+ %label{:for=>"storage"} or select an uploaded file
#storage.storage-list
- @existing_datasets.each do |id,values|
%div.p2
@@ -234,7 +234,7 @@
%span.col-lg-4.col-md-4.col-sm-4.col-xs-4
%input.check{:type => "checkbox", :name => "selection[Mazzatorta]", :id => "selection[Mazzatorta]", :value => true, :disabled => false}
%label{:for => "selection[Mazzatorta]"}
- Rats
+ Rat
%fieldset#bottom.well
%div.row
%div.col-md-2