Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Rahul8827
/
org_creation
like
0
Sleeping
App
Files
Files
Community
Rahul8827
commited on
Jul 30, 2023
Commit
3a629c5
•
1 Parent(s):
d327ae4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -1,6 +1,4 @@
1
-
a = 10
2
-
b = 20
3
-
print(a+b)
4
5
import huggingface_hub as hub
6
1
+
2
3
import huggingface_hub as hub
4