31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
{% include 'header.html' %}
|
|
<!-- Begin Page Content -->
|
|
<div class="container-fluid">
|
|
|
|
<!-- Page Heading -->
|
|
<div class="d-sm-flex align-items-center justify-content-between mb-4">
|
|
<h1 class="h3 mb-0 text-gray-800">Dashboard</h1>
|
|
</div>
|
|
|
|
<!-- Content Row -->
|
|
<div class="row-mb-12">
|
|
|
|
<!-- Illustrations -->
|
|
<div class="card shadow mb-4">
|
|
<div class="card-header py-3">
|
|
<h6 class="m-0 font-weight-bold text-primary text-center">ANALISIS SENTIMEN CHATGPT PADA MEDIA SOSIAL TWITTER MENGGUNAKAN METODE NAIVE BAYES</h6>
|
|
</div>
|
|
<div class="card-body">
|
|
<img src="{{ url_for('static', filename='img/Logo Polije.png') }}" class="img-fluid rounded mx-auto d-block" width="400px" alt="Responsive image">
|
|
<br>
|
|
<p class="text-center" style="font-size: 20px; color: #000;">
|
|
Naufal Hisyam Taufiiqulhakim <br>
|
|
E41200842
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- /.container-fluid -->
|
|
{% include 'footer.html' %} |