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 | |
| import time | |
| import uuid | |
| from typing import Any, Optional | |
| from streamlit.time_util import time_to_seconds |