{% extends "layout.html" %} {% from 'macros.html' import add_checkpoint, chemdraw, error_message, warning_message %} {% block title %}
SMILES: {{ smiles[i] }}
{% for j in range(num_tasks) %}{{ task_names[j] }}: {{ preds[i][j] }}
{% endfor %}... and {{ show_more }} more. Download file for full predictions.
{% endif %} {% endif %} {% endblock %}