derek-thomas HF staff commited on
Commit
afb126c
1 Parent(s): bc7f4d5

Updating readme string

Browse files
Files changed (1) hide show
  1. utilities/readme_update.py +1 -1
utilities/readme_update.py CHANGED
@@ -33,7 +33,7 @@ My take is that you cant use this data for *training* without getting permission
33
 
34
 
35
  def append_readme(path, readme_text):
36
- generated_below_marker = "--- Generated Below ---"
37
  with open(path, "r") as file:
38
  content = file.read()
39
 
 
33
 
34
 
35
  def append_readme(path, readme_text):
36
+ generated_below_marker = "--- Generated Part of README Below ---"
37
  with open(path, "r") as file:
38
  content = file.read()
39