ypDarsh commited on
Commit
0097ec5
·
verified ·
1 Parent(s): 4f6fc0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1 +1,8 @@
1
- print("hello dj")
 
 
 
 
 
 
 
 
1
+ import pandas as pd
2
+
3
+ df = pd.read_csv("hf://datasets/sathya0901/twitter_sentimental_analysis/twitter.csv")
4
+
5
+ print(df.head())
6
+
7
+
8
+ print("hello dj 2")