Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
demo.yaml
CHANGED
@@ -29,4 +29,4 @@ kwargs:
|
|
29 |
postprocessing: null
|
30 |
func_kwargs: {}
|
31 |
source: "import pandas as pd\n\n\ndef count_hello_world(df):\n return df.astype(str).apply(lambda\
|
32 |
-
\ x: x.str.contains('hello world')).sum(\n ).sum()
|
|
|
29 |
postprocessing: null
|
30 |
func_kwargs: {}
|
31 |
source: "import pandas as pd\n\n\ndef count_hello_world(df):\n return df.astype(str).apply(lambda\
|
32 |
+
\ x: x.str.contains('hello world')).sum(\n ).sum()"
|