{{app_name}}


{{app_description|safe}}

{% if job_result %}

Job

Status: {{ job_state }}

ID: {{job_result.id}}

URL: {{job_result.id}}

{% if job_state == 'SUCCESS' %} {% for result in job_result.get()['results'] %} {% for prediction in result['predictions'] %} {% endfor %} {% endfor %}
molecule model probability of activity (%)
{{ result['molecule'] }} {{ prediction }} {{ result['predictions'][prediction] }}
download as JSON
{% else %}

This page will reload automatically in 10 seconds.

{% endif %}
{% endif %}