joey1895 commited on
Commit
9989175
1 Parent(s): ebe1775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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