From d7d302fdfeb00e0f19475d2213e8478ea9923217 Mon Sep 17 00:00:00 2001
From: manonBlanco <blanco@teklia.com>
Date: Fri, 16 Jun 2023 15:43:07 +0200
Subject: [PATCH] Add a badge

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 32dcab89..c382b485 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # DAN: a Segmentation-free Document Attention Network for Handwritten Document Recognition
 
+[![Python >= 3.10](https://img.shields.io/badge/Python-%3E%3D3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
+
 ## Documentation
 
 To use DAN in your own scripts, install it using pip:
-- 
GitLab