Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
diamond-in
/
webhook-test-repo
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
diamond-in
commited on
Dec 3, 2025
Commit
8d76847
·
verified
·
1 Parent(s):
954bc24
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,7 @@
1
def bad_code():
2
x = [1,2,3]
3
-
print(x[10])
# This is an index error
1
def bad_code():
2
x = [1,2,3]
3
+
print(x[10])
4
+
5
+
# This is an index error
6
+
7
+
print("herlo")