This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # NOTE: This feature uses browser local storage! AKA it stores data on a viewer's | |
| # machine. This may have privacy and compliance implications for your app. Be sure | |
| # to take that into account with any usage. | |
| import json | |
| from typing import Any | |
| import uuid | |
| import streamlit as st | |
| # Requires `pip install streamlit-js` |