From 5f6848fc18d06c57f316b2c65e8851a8c0e88346 Mon Sep 17 00:00:00 2001 From: Bram Steenwinckel Date: Wed, 17 Apr 2024 16:43:46 +0200 Subject: [PATCH] Update README.md --- src/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index a2a1eda..bd99376 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,8 @@ -# Run editor +# SPARKS GUI Editor + +[![SPARKS GUI Editor](https://github.com/predict-idlab/SPARKS/blob/main/img/sparks_editor.gif)](https://youtu.be/BzLiNpzNHU8) +# Run editor ## Installation steps: To run the editor, make sure a sparql endpoint is available such as the editor dynamically loads the observable properties from this service. @@ -21,4 +24,4 @@ python3.10 -m http.server --bind localhost --cgi 8000 ``` If you have a different python version, you have to change the python entries (first row) for the parseSTL.py, save_cause.py, save_faults.py and semantify.py files the cgi-bin folder to the correct version and path. -Finally, open a browser and navigate to localhost:8000. \ No newline at end of file +Finally, open a browser and navigate to localhost:8000.