Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ypDarsh
/
new_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ypDarsh
commited on
Jan 21
Commit
0097ec5
·
verified
·
1 Parent(s):
4f6fc0f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-1
app.py
CHANGED
Viewed
@@ -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")