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 15:45:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8c576f8f2ca51a1f0c119c2be92a4c0c8df2f63c
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 %}