lint commited on
Commit
cb69224
·
1 Parent(s): 826c232

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. demo.yaml +1 -1
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()\n"
 
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()"