summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/predict.haml4
-rw-r--r--views/prediction.haml1
2 files changed, 3 insertions, 2 deletions
diff --git a/views/predict.haml b/views/predict.haml
index 8ae5684..66006d4 100644
--- a/views/predict.haml
+++ b/views/predict.haml
@@ -126,10 +126,10 @@
%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", :disabled=>"disabled"}
+ %input{:type=>"file", :name=> "fileselect", :id=>"fileselect", :accept=>"text/csv"}
%fieldset#middle.well
%h2 2. Select one or more endpoints
diff --git a/views/prediction.haml b/views/prediction.haml
index 1aefe06..2454aca 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -18,6 +18,7 @@
%td{:id=>"compound", :style=>"vertical-align:top;"}
%p= @compound.svg
%p= @compound.smiles
+ -#- mw = @compound.molecular_weight
- @model_types = {}
- @dbhit = {}
- @predictions.each_with_index do |prediction,i|