From ff753bcee75f16b99aa005d231cf321a072c99fd Mon Sep 17 00:00:00 2001 From: Zachary Blackwood Date: Tue, 26 Sep 2023 15:32:43 -0400 Subject: [PATCH] Update README.md Add link to app --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1db83fe..40b0575 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ GSheets Connection works in two modes: - CRUD operations support mode, with Authentication using Service Account. In order to use Service Account mode you need to enable Google Drive and Google Sheets API in [Google Developers Console](https://console.developers.google.com/). Follow **Initial setup for CRUD mode** section in order to authenticate your Streamlit app first. +[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://st-gsheets.streamlit.app/) + ## Install ```sh