Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
timothynn
/
hf_sample_repo
like
1
Model card
Files
Files and versions
Community
timothynn
commited on
Mar 20, 2023
Commit
9ed0b73
•
1 Parent(s):
a2f930b
initial commit
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import pandas as pd
2
+
import numpy as np
3
+
4
+
print('Hello world')