Benjamin Bossan commited on
Commit
82fe48d
·
1 Parent(s): fcf26dc

Add link to skops docu

Browse files
Files changed (1) hide show
  1. start.py +1 -1
start.py CHANGED
@@ -34,7 +34,7 @@ tmp_path = Path(mkdtemp(prefix="skops-")) # temporary files
34
  description = """Create an sklearn model card
35
 
36
  This Hugging Face Space that aims to provide a simple interface to use the
37
- `skops` model card creation utilities.
38
 
39
  """
40
 
 
34
  description = """Create an sklearn model card
35
 
36
  This Hugging Face Space that aims to provide a simple interface to use the
37
+ [`skops`](https://skops.readthedocs.io/) model card creation utilities.
38
 
39
  """
40