davanstrien HF Staff commited on
Commit
5254469
·
1 Parent(s): d38d7df

add line break

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -277,7 +277,9 @@ with gr.Blocks() as demo:
277
  gr.Markdown(
278
  "Some libraries/training frameworks automatically generate a model card when pushing models to "
279
  "the hub. The below dataframe compares the metadata coverage across several tags for models "
280
- "which are pushed with autogenerated model cards compared to those without. \n **Note** this "
 
 
281
  "breakdown relies on tags with `autogenerated` in them."
282
  "As a result some model cards might be in the wrong category. "
283
  )
 
277
  gr.Markdown(
278
  "Some libraries/training frameworks automatically generate a model card when pushing models to "
279
  "the hub. The below dataframe compares the metadata coverage across several tags for models "
280
+ "which are pushed with autogenerated model cards compared to those without. "
281
+ ""
282
+ "**Note** this "
283
  "breakdown relies on tags with `autogenerated` in them."
284
  "As a result some model cards might be in the wrong category. "
285
  )