Gabriel commited on
Commit
be6dee0
1 Parent(s): ccc2daa

added hyperlinks

Browse files
Files changed (1) hide show
  1. helper/text/text_about.py +4 -3
helper/text/text_about.py CHANGED
@@ -52,10 +52,11 @@ class TextAbout:
52
  """
53
 
54
  text_data = """
55
-
 
56
  For a glimpse into the kind of data we're working with, you can explore our sample test data on Hugging Face:
57
 
58
- [![Sample Test Data](https://img.shields.io/badge/Sample%20Test%20Data-View-blue.svg)](https://huggingface.co/datasets/Riksarkivet/test_images_demo)
59
 
60
  **Note**: This is just a sample. The complete training dataset will be released in the future.
61
  """
@@ -64,7 +65,7 @@ class TextAbout:
64
  ## The Models
65
  For detailed information about all the models used in this project, please refer to the model cards available on Hugging Face:
66
 
67
- [![Model Cards](https://img.shields.io/badge/Model%20Cards-View-blue.svg)](https://huggingface.co/Riksarkivet/HTR_pipeline_models)
68
  """
69
 
70
 
 
52
  """
53
 
54
  text_data = """
55
+ ## The Dataset
56
+
57
  For a glimpse into the kind of data we're working with, you can explore our sample test data on Hugging Face:
58
 
59
+ [HuggingFace Dataset Card](https://huggingface.co/datasets/Riksarkivet/test_images_demo)
60
 
61
  **Note**: This is just a sample. The complete training dataset will be released in the future.
62
  """
 
65
  ## The Models
66
  For detailed information about all the models used in this project, please refer to the model cards available on Hugging Face:
67
 
68
+ [HuggingFace Model Card](https://huggingface.co/Riksarkivet/HTR_pipeline_models)
69
  """
70
 
71