From 0a284650150ad7df34abec78e16a91b0b933a4fe Mon Sep 17 00:00:00 2001 From: 444B <15311579+444B@users.noreply.github.com> Date: Sat, 2 Mar 2024 19:15:46 +0200 Subject: [PATCH] Update sharing-demo.py missed import migration --- examples/pages/sharing-demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pages/sharing-demo.py b/examples/pages/sharing-demo.py index f84de83..e60ca32 100644 --- a/examples/pages/sharing-demo.py +++ b/examples/pages/sharing-demo.py @@ -3,7 +3,7 @@ import streamlit as st try: - import streamlit_analytics + import streamlit_analytics2 as streamlit except ImportError: # Install streamlit-analytics on first run (not included in requirements.txt). import subprocess