diff --git a/docs/data_structure.md b/docs/data_structure.md
index e5f523f..7f95fc6 100644
--- a/docs/data_structure.md
+++ b/docs/data_structure.md
@@ -24,7 +24,7 @@ To be able to store this information in a structured way, we use a SQL database
Here is a UML diagram of the classes used in the Python script. Note the inheritance, which means that you will have to join several tables to get all the desired columns.
-
+
## Extract data from the Database
diff --git a/docs/data_structure.png b/docs/data_structure.png
new file mode 100644
index 0000000..11b9916
Binary files /dev/null and b/docs/data_structure.png differ
diff --git a/docs/data_structure.svg b/docs/data_structure.svg
deleted file mode 100644
index 2932833..0000000
--- a/docs/data_structure.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file