This website requires JavaScript.
Explore
Help
Sign In
Doctorado-ML
/
beflask
Watch
1
Star
0
Fork
0
You've already forked beflask
mirror of
https://github.com/Doctorado-ML/beflask.git
synced
2025-08-16 07:35:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f0c8d51682d905d01999dc3fa962c93b9e5dfc4e
beflask
/
app
/
templates
/
index.html
Ricardo Montañana
11bef3d7f4
Finish select benchmark
2023-06-05 17:33:20 +02:00
328 B
Raw
Blame
History
{% extends "base.html" %} {% block content %} {% if benchmarks %} {% include "_benchmarks.html" %} {% else %}
{% endif %} {% endblock %}