achmaddhani commited on
Commit
8eee676
·
1 Parent(s): 3aa520b

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +11 -0
eda.py CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
  import pandas as pd
3
  from PIL import Image
 
1
+ '''
2
+ ===============================================
3
+ Phase 2 Graded Challenge 7
4
+
5
+ Achmad Dhani
6
+
7
+ HCK-009
8
+
9
+ Objective: Creating a page for NLP Exploratory Data Analysis
10
+ '''
11
+
12
  import streamlit as st
13
  import pandas as pd
14
  from PIL import Image