sanchit-gandhi HF staff commited on
Commit
f0c3f08
β€’
1 Parent(s): 8dc5f82
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ def main():
327
  "Copy the YAML from below and replace the metadata at the top of your model's README.md here: "
328
  f"https://huggingface.co/{model_id}/edit/main/README.md"
329
  )
330
- st.markdown("For mor info on the metadata schema please refer to "
331
  "https://raw.githubusercontent.com/huggingface/hub-docs/main/modelcard.md")
332
 
333
  new_yaml = yaml.dump(metadata, sort_keys=False, line_break="\n")
327
  "Copy the YAML from below and replace the metadata at the top of your model's README.md here: "
328
  f"https://huggingface.co/{model_id}/edit/main/README.md"
329
  )
330
+ st.markdown("For more info on the metadata schema please refer to "
331
  "https://raw.githubusercontent.com/huggingface/hub-docs/main/modelcard.md")
332
 
333
  new_yaml = yaml.dump(metadata, sort_keys=False, line_break="\n")