Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- __pycache__/gradify.cpython-310.pyc +0 -0
- demo.yaml +1 -1
__pycache__/gradify.cpython-310.pyc
CHANGED
Binary files a/__pycache__/gradify.cpython-310.pyc and b/__pycache__/gradify.cpython-310.pyc differ
|
|
demo.yaml
CHANGED
@@ -33,4 +33,4 @@ kwargs:
|
|
33 |
kwargs:
|
34 |
source: "import pandas as pd\n\n\ndef count_hello_world(df):\n return\
|
35 |
\ df.astype(str).apply(lambda x: x.str.contains('hello world')).sum(\n\
|
36 |
-
\ ).sum()"
|
|
|
33 |
kwargs:
|
34 |
source: "import pandas as pd\n\n\ndef count_hello_world(df):\n return\
|
35 |
\ df.astype(str).apply(lambda x: x.str.contains('hello world')).sum(\n\
|
36 |
+
\ ).sum()\n"
|