diff --git a/README.md b/README.md index 99b30f16..75361490 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,4 @@ or locally on your machine using the following: pip install -r app/requirements.txt streamlit run app/streamlit_app.py ``` +![tda-mapper-app](https://github.com/lucasimi/tda-mapper-python/raw/main/resources/tda-mapper-app.png) \ No newline at end of file diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 4a873d87..b8855537 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -94,6 +94,8 @@ or locally on your machine using the following: pip install -r app/requirements.txt streamlit run app/streamlit_app.py +|Interactive App| .. |Original Dataset| image:: https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_dataset_v2.png .. |Mapper Graph| image:: https://github.com/lucasimi/tda-mapper-python/raw/main/resources/circles_mean_v2.png +.. |Interactive App| image :: https://github.com/lucasimi/tda-mapper-python/raw/main/resources/tda-mapper-app.png \ No newline at end of file diff --git a/resources/tda-mapper-app.png b/resources/tda-mapper-app.png new file mode 100644 index 00000000..0d7a4471 Binary files /dev/null and b/resources/tda-mapper-app.png differ