Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,7 @@ b = 2
|
|
15 |
c = a + b
|
16 |
print (c)
|
17 |
|
|
|
|
|
|
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
15 |
c = a + b
|
16 |
print (c)
|
17 |
|
18 |
+
d = a/b
|
19 |
+
print (d)
|
20 |
+
|
21 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|