Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sehunnnn
/
asd
like
0
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sehunnnn
commited on
May 19, 2023
Commit
f599a4d
·
1 Parent(s):
4bc9eac
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
from datasets import load_dataset
2
+
3
+
dataset = load_dataset("b-mc2/sql-create-context")