From a7665aed53a22ccc72bfd8eb65f840b83e63d067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Soko=C5=82owski?= Date: Fri, 15 Mar 2024 00:27:59 +0100 Subject: [PATCH] update readme.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 000a8eb..2d1ff94 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,9 @@ In example we used well-known iris set, function is based on 'clf' object so her When you upload csv file with your data and json file with your skeleton then aplication will show your tree and will spread the samples over the tree. -![#f03c15](**REMINDER**: Please be aware that both files must have the same attribute names. In other way distribution won't work.) +```diff +- **REMINDER**: Please be aware that both files must have the same attribute names. In other way distribution won't work. +``` ``` import matplotlib.pyplot as plt