Update README.md template
This commit is contained in:
@@ -10,4 +10,4 @@ df.drop(['latest_candidate_version'], axis=1, inplace=True)
|
|||||||
|
|
||||||
with open(readme_file_path, 'w') as file:
|
with open(readme_file_path, 'w') as file:
|
||||||
file.write("# DataSaker\n### {}\n\n".format(data["datasaker"]))
|
file.write("# DataSaker\n### {}\n\n".format(data["datasaker"]))
|
||||||
file.write("# Service Version\n{}".format(df.to_markdown(index=False)))
|
file.write("# Service Version\n{}".format(df.to_markdown(index=False, colalign=("center", "left", "center", "center", "center"))))
|
||||||
|
|||||||
Reference in New Issue
Block a user