Skip to content

Commit

Permalink
removed some libs and html tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Danushka2 committed Oct 8, 2020
1 parent b91b071 commit eea1cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
4 changes: 2 additions & 2 deletions dataset/cleanDs.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import os
import numpy as np
import pandas as pd
import seaborn as sns
from scipy import stats
#import seaborn as sns
#from scipy import stats


class cleanDs():
Expand Down
39 changes: 0 additions & 39 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,45 +123,6 @@ <h3 class="menu-title">Icons</h3><!-- /.menu-title -->
<i class="ti-email"></i>
<span class="count bg-primary">9</span>
</button>
<div class="dropdown-menu" aria-labelledby="message">
<p class="red">You have 4 Mails</p>
<a class="dropdown-item media bg-flat-color-1" href="#">
<span class="photo media-left"><img alt="avatar"
src="static/images/avatar/1.jpg"></span>
<span class="message media-body">
<span class="name float-left">Jonathan Smith</span>
<span class="time float-right">Just now</span>
<p>Hello, this is an example msg</p>
</span>
</a>
<a class="dropdown-item media bg-flat-color-4" href="#">
<span class="photo media-left"><img alt="avatar"
src="static/images/avatar/2.jpg"></span>
<span class="message media-body">
<span class="name float-left">Jack Sanders</span>
<span class="time float-right">5 minutes ago</span>
<p>Lorem ipsum dolor sit amet, consectetur</p>
</span>
</a>
<a class="dropdown-item media bg-flat-color-5" href="#">
<span class="photo media-left"><img alt="avatar"
src="static/images/avatar/3.jpg"></span>
<span class="message media-body">
<span class="name float-left">Cheryl Wheeler</span>
<span class="time float-right">10 minutes ago</span>
<p>Hello, this is an example msg</p>
</span>
</a>
<a class="dropdown-item media bg-flat-color-3" href="#">
<span class="photo media-left"><img alt="avatar"
src="static/images/avatar/4.jpg"></span>
<span class="message media-body">
<span class="name float-left">Rachel Santos</span>
<span class="time float-right">15 minutes ago</span>
<p>Lorem ipsum dolor sit amet, consectetur</p>
</span>
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit eea1cf1

Please sign in to comment.