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-17 16:15:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
97677b185fe47051e1a2ff9be25e0967d8dc27c3
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 %}