{{app_description|safe}}
Status: {{ job_state }}
ID: {{job_result.id}}
URL: {{job_result.id}}
{% if job_state == 'SUCCESS' %}molecule | model | probability of activity (%) | {% for result in job_result.get()['results'] %} {% for prediction in result['predictions'] %}
---|---|---|
{{ result['molecule'] }} | {{ prediction }} | {{ result['predictions'][prediction] }} |
This page will reload automatically in 10 seconds.
{% endif %}