Skip to content

Commit

Permalink
Update sharing-demo.py
Browse files Browse the repository at this point in the history
missed import migration
  • Loading branch information
444B authored Mar 2, 2024
1 parent d4e2a19 commit 0a28465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pages/sharing-demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a28465

Please sign in to comment.