diff --git a/updateRepo_parseYml.py b/updateRepo_parseYml.py index dd8fd45de9400dbb1b435f2f7096ac4841363a81..3a6372098906a1e2abf8ca33d1cbd13c7ce4fcb3 100644 --- a/updateRepo_parseYml.py +++ b/updateRepo_parseYml.py @@ -2,6 +2,9 @@ import yaml import pandas as pd import argparse + +# Featured projects for updating the explore page +# Just need to modify result_name # Just change the parameters here parser = argparse.ArgumentParser() parser.add_argument('--index_yml', default='/home/mao/Downloads/operation-work/explore/index.yml', type=str)