From 3cb7c6aff290152d1cffbe1df614dcccafd0316f Mon Sep 17 00:00:00 2001 From: augustin_s Date: Sat, 28 May 2022 17:11:40 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 87e90dc..1bf2dfb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ An editable, filterable and sortable spreadsheet (via [Ag Grid](https://github.com/PablocFonseca/streamlit-aggrid/)) webapp (via [Streamlit](https://streamlit.io/)) with REST API (via [CherryPy](https://cherrypy.dev/)) using [Pandas](https://pandas.pydata.org/) [DataFrames](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html). + + ## Setup ```bash