diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2023-11-13 21:13:06 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2023-11-13 21:13:06 -0500 |
| commit | 91533974922ec3dfb1d84f60ddd6e145301ba800 (patch) | |
| tree | af992b77adde0cd79de6a0181074e088b10ed64d /ustayml/templates/dashboard | |
| parent | 5e4487a99f357c08662ed5dabd0c7f21664c15eb (diff) | |
Diffstat (limited to 'ustayml/templates/dashboard')
| -rw-r--r-- | ustayml/templates/dashboard/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ustayml/templates/dashboard/index.html b/ustayml/templates/dashboard/index.html index 3117ec2..a381da9 100644 --- a/ustayml/templates/dashboard/index.html +++ b/ustayml/templates/dashboard/index.html @@ -44,8 +44,8 @@ </form> </div> <div class="dashboard-graphics"> - <div class="chart"> - <img src="{{ url_for('static', filename='img/sample-bar_chart.png') }}"> - </div> + <img class="flex-item" src="{{ url_for('static', filename='img/graph-pie_chart.png') }}"> + <img class="flex-item" src="{{ url_for('static', filename='img/graph-barras.png') }}"> + <img src="{{ url_for('static', filename='img/graph-feature_importance.png') }}"> </div> {% endblock %}
\ No newline at end of file |
