aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 21:13:06 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 21:13:06 -0500
commit91533974922ec3dfb1d84f60ddd6e145301ba800 (patch)
treeaf992b77adde0cd79de6a0181074e088b10ed64d /ustayml/templates
parent5e4487a99f357c08662ed5dabd0c7f21664c15eb (diff)
Add graphicsHEADmaster
Diffstat (limited to 'ustayml/templates')
-rw-r--r--ustayml/templates/dashboard/index.html6
-rw-r--r--ustayml/templates/students/details.html2
-rw-r--r--ustayml/templates/students/index.html4
3 files changed, 6 insertions, 6 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
diff --git a/ustayml/templates/students/details.html b/ustayml/templates/students/details.html
index 663124c..a1d3869 100644
--- a/ustayml/templates/students/details.html
+++ b/ustayml/templates/students/details.html
@@ -69,7 +69,7 @@
<div></div>
<span>Significancia de variables:</span>
<div class="chart">
- <img src="{{ url_for('static', filename='img/sample-bar_chart.png') }}">
+ <img src="{{ url_for('static', filename='img/ss_20231113_190519.png') }}">
</div>
</div>
</div>
diff --git a/ustayml/templates/students/index.html b/ustayml/templates/students/index.html
index 29d1048..e74ed9c 100644
--- a/ustayml/templates/students/index.html
+++ b/ustayml/templates/students/index.html
@@ -74,7 +74,7 @@
<th>CRAEst</th>
<th>PPNE3</th>
<th>mérito</th>
- <th>ciclos est.</th>
+ {# <th>ciclos est.</th> #}
<th>riesgo est.</th>
</tr>
</thead>
@@ -90,7 +90,7 @@
<td>{{ student['current_craest'] }}</td>
<td>{{ student['current_ppne3'] }}</td>
<td>{{ student['current_merit'] }}</td>
- <td>{{ student['est_study_length'] }}</td>
+ {# <td>{{ student['est_study_length'] }}</td> #}
<td>{{ student['est_desertion_risk_class'] }}</td>
</tr>
{% endfor %}