streamlit-nightly 1.32.3.dev20240328__tar.gz → 1.32.3.dev20240329__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/PKG-INFO +1 -1
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/setup.py +1 -1
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/__init__.py +2 -1
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/delta_generator.py +2 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/elements/html.py +83 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Element_pb2.py +4 -3
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Element_pb2.pyi +9 -4
- streamlit-nightly-1.32.3.dev20240329/streamlit/proto/Html_pb2.py +26 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/proto/Html_pb2.pyi +45 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/asset-manifest.json +9 -7
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/index.html +1 -1
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/css/2411.8b8f33d6.chunk.css +1 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/css/3092.95a45cfe.chunk.css +1 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/css/43.e3b876c5.chunk.css +1 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2411.a8823789.chunk.js +2 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2634.1249dc7a.chunk.js +1 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2736.779ccbc1.chunk.js +2 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2736.779ccbc1.chunk.js.LICENSE.txt +60 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/4132.49bf3f2c.chunk.js.LICENSE.txt +13 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/937.a1248039.chunk.js +2 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/937.a1248039.chunk.js.LICENSE.txt +1 -0
- streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/main.356407e8.js +2 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/PKG-INFO +1 -1
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/SOURCES.txt +15 -9
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/css/2411.81b3d18f.chunk.css +0 -1
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/css/3092.f719e2e6.chunk.css +0 -1
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/css/43.c24b25fa.chunk.css +0 -1
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2411.b389bf4e.chunk.js +0 -2
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2736.17fbad1a.chunk.js +0 -2
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2736.17fbad1a.chunk.js.LICENSE.txt +0 -60
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/4132.49bf3f2c.chunk.js.LICENSE.txt +0 -13
- streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/main.722453f0.js +0 -2
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/MANIFEST.in +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/bin/streamlit.cmd +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/setup.cfg +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/__main__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/case_converters.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/cli_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/code_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/color_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/column_config.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/execution_control.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/experimental_query_params.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/page_config.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/v1/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/v1/component_arrow.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/v1/components.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/config.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/config_option.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/config_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/base_connection.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/snowflake_connection.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/snowpark_connection.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/sql_connection.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/constants.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/cursor.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/deprecation_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/development.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/echo.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/alert.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/altair_utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/arrow.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/arrow_altair.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/arrow_vega_lite.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/balloons.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/bokeh_chart.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/code.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/deck_gl_json_chart.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/doc_string.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/empty.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/exception.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/form.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/graphviz_chart.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/heading.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/iframe.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/image.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/json.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/layouts.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/column_config_utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/column_types.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/dicttools.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/mutable_status_container.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/pandas_styler_utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/streamlit_plotly_theme.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/subtitle_utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/map.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/markdown.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/media.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/metric.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/plotly_chart.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/progress.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/pyplot.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/snow.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/spinner.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/text.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/toast.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/button.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/camera_input.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/chat.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/checkbox.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/color_picker.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/data_editor.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/file_uploader.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/multiselect.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/number_input.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/radio.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/select_slider.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/selectbox.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/slider.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/text_widgets.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/time_widgets.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/write.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/emojis.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/env_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/error_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/errors.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/external/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/external/langchain/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/external/langchain/streamlit_callback_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/file_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/folder_black_list.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/git_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/Hello.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/0_Animation_Demo.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/1_Plotting_Demo.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/2_Mapping_Demo.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/3_DataFrame_Demo.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/js_number.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/logger.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/net_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/platform.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Alert_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Alert_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AppPage_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AppPage_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowNamedDataSet_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowNamedDataSet_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowVegaLiteChart_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowVegaLiteChart_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Arrow_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Arrow_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Audio_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Audio_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AutoRerun_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AutoRerun_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BackMsg_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BackMsg_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Balloons_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Balloons_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Block_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Block_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BokehChart_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BokehChart_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Button_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Button_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/CameraInput_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/CameraInput_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ChatInput_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ChatInput_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Checkbox_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Checkbox_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ClientState_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ClientState_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Code_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Code_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ColorPicker_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ColorPicker_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Common_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Common_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Components_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Components_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DataFrame_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DataFrame_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DateInput_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DateInput_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DeckGlJsonChart_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DeckGlJsonChart_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Delta_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Delta_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DocString_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DocString_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DownloadButton_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DownloadButton_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Empty_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Empty_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Exception_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Exception_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Favicon_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Favicon_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/FileUploader_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/FileUploader_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ForwardMsg_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ForwardMsg_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GitInfo_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GitInfo_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GraphVizChart_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GraphVizChart_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Heading_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Heading_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/IFrame_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/IFrame_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Image_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Image_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Json_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Json_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LabelVisibilityMessage_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LabelVisibilityMessage_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LinkButton_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LinkButton_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Markdown_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Markdown_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Metric_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Metric_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/MultiSelect_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/MultiSelect_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NamedDataSet_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NamedDataSet_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NewSession_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NewSession_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NumberInput_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NumberInput_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageConfig_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageConfig_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageInfo_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageInfo_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageLink_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageLink_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageNotFound_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageNotFound_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageProfile_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageProfile_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PagesChanged_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PagesChanged_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ParentMessage_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ParentMessage_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PlotlyChart_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PlotlyChart_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Progress_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Progress_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Radio_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Radio_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/RootContainer_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/RootContainer_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Selectbox_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Selectbox_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionEvent_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionEvent_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionStatus_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionStatus_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Skeleton_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Skeleton_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Slider_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Slider_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Snow_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Snow_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Spinner_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Spinner_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextArea_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextArea_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextInput_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextInput_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Text_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Text_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TimeInput_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TimeInput_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Toast_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Toast_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/VegaLiteChart_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/VegaLiteChart_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Video_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Video_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/WidgetStates_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/WidgetStates_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/openmetrics_data_model_pb2.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/openmetrics_data_model_pb2.pyi +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/py.typed +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/app_session.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_data_api.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_errors.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_resource_api.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_type.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_utils.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cached_message_replay.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/hashing.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/cache_storage_protocol.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/dummy_cache_storage.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/in_memory_cache_storage_wrapper.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/local_disk_cache_storage.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/connection_factory.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/credentials.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/forward_msg_cache.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/forward_msg_queue.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/fragment.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/legacy_caching/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/legacy_caching/caching.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/legacy_caching/hashing.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/media_file_manager.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/media_file_storage.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/memory_media_file_storage.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/memory_session_storage.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/memory_uploaded_file_manager.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/metrics_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/runtime.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/runtime_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/script_data.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/magic.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/magic_funcs.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_cache.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_requests.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_run_context.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_runner.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/secrets.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/session_manager.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/common.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/query_params.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/query_params_proxy.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/safe_session_state.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/session_state.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/session_state_proxy.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/widgets.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/stats.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/uploaded_file_manager.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/websocket_session_manager.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/source_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/favicon.png +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/css/main.bf304093.css +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1074.73973756.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1168.3029456a.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1307.8ea033f1.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1451.3b0a3e31.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1479.6709db03.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/178.b5384fd0.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1792.b8efa879.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/2187.9469f035.chunk.js +0 -0
- /streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2411.b389bf4e.chunk.js.LICENSE.txt → /streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2411.a8823789.chunk.js.LICENSE.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/2469.3e9c3ce9.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3053.7e70ec3b.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3092.ad569cc8.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3301.1d1b10bb.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3513.e3e7300a.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3631.be5c35fa.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3998.01237fcf.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4113.1e7eff4d.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4132.49bf3f2c.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4177.69f9f18d.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4185.78230b2a.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4253.749d5244.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4253.749d5244.chunk.js.LICENSE.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/43.76c54963.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4319.a6745434.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4477.e10e4373.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4500.b6f348d1.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4666.b694c5a9.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/474.87506447.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5106.44f0ff51.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5117.04bfe5d3.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5345.65c91ee7.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5379.6571574f.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5791.9a42fb4b.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6013.8e80e091.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6150.1294fa0d.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6405.ac5a6f23.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/656.ae85f8f1.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/656.ae85f8f1.chunk.js.LICENSE.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6718.802da17e.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6853.d999ac75.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7142.83028745.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7175.be4076bc.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7217.d970c074.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7323.2808d029.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7323.2808d029.chunk.js.LICENSE.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7602.6175e969.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7805.51638fbc.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8005.43974a35.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8427.44d27448.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8477.e948c092.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8492.f56c9d4c.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8570.6de19120.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8691.9ccf7f89.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9330.d29313d4.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9336.2d95d840.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9656.8c935274.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9758.6e6d8662.chunk.js +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9865.fd93213d.chunk.js +0 -0
- /streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/main.722453f0.js.LICENSE.txt → /streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/main.356407e8.js.LICENSE.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-Bold.17a68a0751a813474a0e.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-BoldItalic.d45b7a3df103d441d78b.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-Italic.ec122a420df4175e74f2.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-Regular.84b900b88d09398d86b0.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-SemiBold.17291d1c493cb25eb2c3.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-SemiBoldItalic.f879ae27307c3926522b.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-Bold.118dea98980e20a81ced.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-BoldItalic.1d664be59d2eb5fef029.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-Italic.8a9bfea74d43927d6eec.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-Regular.0d69e5ff5e92ac64a0c9.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-SemiBold.abed79cd0df1827e18cf.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-SemiBoldItalic.befb0a2824eabc5ce36b.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-Bold.d7975b56594770699ae0.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-BoldItalic.913697a7178b128caa4c.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-Italic.d3529cb5797663ac5d88.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-Regular.e6c37aa3926474cc93e1.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-SemiBold.5c1d378dd5990ef334ca.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-SemiBoldItalic.249e948b885d0c7d30a8.woff2 +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/checkmark.29851c8e9e6ef0c3d6c1e4efe3c1bb9e.svg +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/fireworks.0906f02ea43f1018a6d2.gif +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/flake-0.beded754e8024c73d9d2.png +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/flake-1.8077dc154e0bf900aa73.png +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/flake-2.e3f07d06933dd0e84c24.png +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/logo.83ae4f2fb87e38be7cbb8a5d2beb64d2.svg +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/rocket.b75b17d2b0a063c6cea230d1a9d77f1e.svg +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/string_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/temporary_directory.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/app_test.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/element_tree.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/local_script_runner.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/time_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/type_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/url_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/user_info.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/ipython/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/ipython/modified_sys_path.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/pympler/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/pympler/asizeof.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/version.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/event_based_path_watcher.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/local_sources_watcher.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/path_watcher.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/polling_path_watcher.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/bootstrap.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/cache_storage_manager_config.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/cli.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/__init__.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/app_static_file_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/browser_websocket_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/component_request_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/media_file_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/routes.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/server.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/server_util.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/stats_request_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/upload_file_request_handler.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/websocket_headers.py +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/dependency_links.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/entry_points.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/not-zip-safe +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/requires.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/top_level.txt +0 -0
- {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/tests/testutil.py +0 -0
@@ -21,7 +21,7 @@ from setuptools.command.install import install
|
|
21
21
|
|
22
22
|
THIS_DIRECTORY = Path(__file__).parent
|
23
23
|
|
24
|
-
VERSION = "1.32.3.
|
24
|
+
VERSION = "1.32.3.dev20240329" # PEP-440
|
25
25
|
|
26
26
|
# IMPORTANT: We should try very hard *not* to add dependencies to Streamlit.
|
27
27
|
# And if you do add one, make the required version as general as possible:
|
{streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/__init__.py
RENAMED
@@ -167,6 +167,7 @@ form_submit_button = _main.form_submit_button
|
|
167
167
|
graphviz_chart = _main.graphviz_chart
|
168
168
|
header = _main.header
|
169
169
|
help = _main.help
|
170
|
+
html = _main.html
|
170
171
|
image = _main.image
|
171
172
|
info = _main.info
|
172
173
|
json = _main.json
|
@@ -210,9 +211,9 @@ status = _main.status
|
|
210
211
|
toast = _event.toast
|
211
212
|
|
212
213
|
# Config
|
213
|
-
get_option = _config.get_option
|
214
214
|
# We add the metrics tracking here, since importing
|
215
215
|
# gather_metrics in config causes a circular dependency
|
216
|
+
get_option = _gather_metrics("get_option", _config.get_option)
|
216
217
|
set_option = _gather_metrics("set_option", _config.set_user_option)
|
217
218
|
|
218
219
|
# Session State
|
@@ -59,6 +59,7 @@ from streamlit.elements.exception import ExceptionMixin
|
|
59
59
|
from streamlit.elements.form import FormData, FormMixin, current_form_id
|
60
60
|
from streamlit.elements.graphviz_chart import GraphvizMixin
|
61
61
|
from streamlit.elements.heading import HeadingMixin
|
62
|
+
from streamlit.elements.html import HtmlMixin
|
62
63
|
from streamlit.elements.iframe import IframeMixin
|
63
64
|
from streamlit.elements.image import ImageMixin
|
64
65
|
from streamlit.elements.json import JsonMixin
|
@@ -169,6 +170,7 @@ class DeltaGenerator(
|
|
169
170
|
GraphvizMixin,
|
170
171
|
HeadingMixin,
|
171
172
|
HelpMixin,
|
173
|
+
HtmlMixin,
|
172
174
|
IframeMixin,
|
173
175
|
ImageMixin,
|
174
176
|
LayoutsMixin,
|
@@ -0,0 +1,83 @@
|
|
1
|
+
# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024)
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
from __future__ import annotations
|
16
|
+
|
17
|
+
import os
|
18
|
+
from typing import TYPE_CHECKING, cast
|
19
|
+
|
20
|
+
from streamlit.proto.Html_pb2 import Html as HtmlProto
|
21
|
+
from streamlit.runtime.metrics_util import gather_metrics
|
22
|
+
from streamlit.string_util import clean_text
|
23
|
+
|
24
|
+
if TYPE_CHECKING:
|
25
|
+
from streamlit.delta_generator import DeltaGenerator
|
26
|
+
|
27
|
+
|
28
|
+
class HtmlMixin:
|
29
|
+
@gather_metrics("html")
|
30
|
+
def html(
|
31
|
+
self,
|
32
|
+
body: str,
|
33
|
+
) -> DeltaGenerator:
|
34
|
+
"""Insert HTML into your app.
|
35
|
+
|
36
|
+
Adding custom HTML to your app impacts safety, styling, and
|
37
|
+
maintainability. By using this command, you may be compromising your
|
38
|
+
users' security. ``st.html`` content is **not** iframed.
|
39
|
+
|
40
|
+
Executing JavaScript is not supported at this time.
|
41
|
+
|
42
|
+
Parameters
|
43
|
+
----------
|
44
|
+
body : str
|
45
|
+
The HTML code to insert, or path to an HTML code file which is
|
46
|
+
loaded and inserted.
|
47
|
+
|
48
|
+
If the provided string is the path of a local file, Streamlit will
|
49
|
+
load the file and render its contents as HTML. Otherwise, Streamlit
|
50
|
+
will render the string directly as HTML.
|
51
|
+
|
52
|
+
Example
|
53
|
+
-------
|
54
|
+
>>> import streamlit as st
|
55
|
+
>>>
|
56
|
+
>>> code = \"""
|
57
|
+
... <style>
|
58
|
+
... p {
|
59
|
+
... color: red;
|
60
|
+
... }
|
61
|
+
... </style>
|
62
|
+
... \"""
|
63
|
+
>>> st.html(code)
|
64
|
+
>>> st.markdown("Lorem ipsum")
|
65
|
+
|
66
|
+
.. output::
|
67
|
+
https://doc-html.streamlit.app/
|
68
|
+
height: 300px
|
69
|
+
|
70
|
+
"""
|
71
|
+
html_proto = HtmlProto()
|
72
|
+
# Check if the body is a file path
|
73
|
+
if os.path.isfile(body):
|
74
|
+
with open(body, "r", encoding="utf-8") as f:
|
75
|
+
html_proto.body = f.read()
|
76
|
+
else:
|
77
|
+
html_proto.body = clean_text(body)
|
78
|
+
return self.dg._enqueue("html", html_proto)
|
79
|
+
|
80
|
+
@property
|
81
|
+
def dg(self) -> DeltaGenerator:
|
82
|
+
"""Get our DeltaGenerator."""
|
83
|
+
return cast("DeltaGenerator", self)
|
@@ -33,6 +33,7 @@ from streamlit.proto import Exception_pb2 as streamlit_dot_proto_dot_Exception__
|
|
33
33
|
from streamlit.proto import Favicon_pb2 as streamlit_dot_proto_dot_Favicon__pb2
|
34
34
|
from streamlit.proto import FileUploader_pb2 as streamlit_dot_proto_dot_FileUploader__pb2
|
35
35
|
from streamlit.proto import GraphVizChart_pb2 as streamlit_dot_proto_dot_GraphVizChart__pb2
|
36
|
+
from streamlit.proto import Html_pb2 as streamlit_dot_proto_dot_Html__pb2
|
36
37
|
from streamlit.proto import IFrame_pb2 as streamlit_dot_proto_dot_IFrame__pb2
|
37
38
|
from streamlit.proto import Image_pb2 as streamlit_dot_proto_dot_Image__pb2
|
38
39
|
from streamlit.proto import Json_pb2 as streamlit_dot_proto_dot_Json__pb2
|
@@ -61,7 +62,7 @@ from streamlit.proto import Video_pb2 as streamlit_dot_proto_dot_Video__pb2
|
|
61
62
|
from streamlit.proto import Heading_pb2 as streamlit_dot_proto_dot_Heading__pb2
|
62
63
|
|
63
64
|
|
64
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dstreamlit/proto/Element.proto\x1a\x1bstreamlit/proto/Alert.proto\x1a\x1bstreamlit/proto/Arrow.proto\x1a\x1bstreamlit/proto/Audio.proto\x1a\x1estreamlit/proto/Balloons.proto\x1a(streamlit/proto/ArrowVegaLiteChart.proto\x1a streamlit/proto/BokehChart.proto\x1a\x1cstreamlit/proto/Button.proto\x1a$streamlit/proto/DownloadButton.proto\x1a!streamlit/proto/CameraInput.proto\x1a\x1fstreamlit/proto/ChatInput.proto\x1a\x1estreamlit/proto/Checkbox.proto\x1a\x1astreamlit/proto/Code.proto\x1a!streamlit/proto/ColorPicker.proto\x1a\x1fstreamlit/proto/DataFrame.proto\x1a\x1fstreamlit/proto/DateInput.proto\x1a%streamlit/proto/DeckGlJsonChart.proto\x1a\x1fstreamlit/proto/DocString.proto\x1a\x1bstreamlit/proto/Empty.proto\x1a\x1fstreamlit/proto/Exception.proto\x1a\x1dstreamlit/proto/Favicon.proto\x1a\"streamlit/proto/FileUploader.proto\x1a#streamlit/proto/GraphVizChart.proto\x1a\x1cstreamlit/proto/IFrame.proto\x1a\x1bstreamlit/proto/Image.proto\x1a\x1astreamlit/proto/Json.proto\x1a streamlit/proto/LinkButton.proto\x1a!streamlit/proto/NumberInput.proto\x1a\x1estreamlit/proto/Markdown.proto\x1a\x1cstreamlit/proto/Metric.proto\x1a!streamlit/proto/MultiSelect.proto\x1a\x1estreamlit/proto/PageLink.proto\x1a!streamlit/proto/PlotlyChart.proto\x1a streamlit/proto/Components.proto\x1a\x1estreamlit/proto/Progress.proto\x1a\x1astreamlit/proto/Snow.proto\x1a\x1dstreamlit/proto/Spinner.proto\x1a\x1bstreamlit/proto/Radio.proto\x1a\x1fstreamlit/proto/Selectbox.proto\x1a\x1estreamlit/proto/Skeleton.proto\x1a\x1cstreamlit/proto/Slider.proto\x1a\x1astreamlit/proto/Text.proto\x1a\x1estreamlit/proto/TextArea.proto\x1a\x1fstreamlit/proto/TextInput.proto\x1a\x1fstreamlit/proto/TimeInput.proto\x1a\x1bstreamlit/proto/Toast.proto\x1a#streamlit/proto/VegaLiteChart.proto\x1a\x1bstreamlit/proto/Video.proto\x1a\x1dstreamlit/proto/Heading.proto\"\
|
65
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1dstreamlit/proto/Element.proto\x1a\x1bstreamlit/proto/Alert.proto\x1a\x1bstreamlit/proto/Arrow.proto\x1a\x1bstreamlit/proto/Audio.proto\x1a\x1estreamlit/proto/Balloons.proto\x1a(streamlit/proto/ArrowVegaLiteChart.proto\x1a streamlit/proto/BokehChart.proto\x1a\x1cstreamlit/proto/Button.proto\x1a$streamlit/proto/DownloadButton.proto\x1a!streamlit/proto/CameraInput.proto\x1a\x1fstreamlit/proto/ChatInput.proto\x1a\x1estreamlit/proto/Checkbox.proto\x1a\x1astreamlit/proto/Code.proto\x1a!streamlit/proto/ColorPicker.proto\x1a\x1fstreamlit/proto/DataFrame.proto\x1a\x1fstreamlit/proto/DateInput.proto\x1a%streamlit/proto/DeckGlJsonChart.proto\x1a\x1fstreamlit/proto/DocString.proto\x1a\x1bstreamlit/proto/Empty.proto\x1a\x1fstreamlit/proto/Exception.proto\x1a\x1dstreamlit/proto/Favicon.proto\x1a\"streamlit/proto/FileUploader.proto\x1a#streamlit/proto/GraphVizChart.proto\x1a\x1astreamlit/proto/Html.proto\x1a\x1cstreamlit/proto/IFrame.proto\x1a\x1bstreamlit/proto/Image.proto\x1a\x1astreamlit/proto/Json.proto\x1a streamlit/proto/LinkButton.proto\x1a!streamlit/proto/NumberInput.proto\x1a\x1estreamlit/proto/Markdown.proto\x1a\x1cstreamlit/proto/Metric.proto\x1a!streamlit/proto/MultiSelect.proto\x1a\x1estreamlit/proto/PageLink.proto\x1a!streamlit/proto/PlotlyChart.proto\x1a streamlit/proto/Components.proto\x1a\x1estreamlit/proto/Progress.proto\x1a\x1astreamlit/proto/Snow.proto\x1a\x1dstreamlit/proto/Spinner.proto\x1a\x1bstreamlit/proto/Radio.proto\x1a\x1fstreamlit/proto/Selectbox.proto\x1a\x1estreamlit/proto/Skeleton.proto\x1a\x1cstreamlit/proto/Slider.proto\x1a\x1astreamlit/proto/Text.proto\x1a\x1estreamlit/proto/TextArea.proto\x1a\x1fstreamlit/proto/TextInput.proto\x1a\x1fstreamlit/proto/TimeInput.proto\x1a\x1bstreamlit/proto/Toast.proto\x1a#streamlit/proto/VegaLiteChart.proto\x1a\x1bstreamlit/proto/Video.proto\x1a\x1dstreamlit/proto/Heading.proto\"\x8e\r\n\x07\x45lement\x12\x17\n\x05\x61lert\x18\x1e \x01(\x0b\x32\x06.AlertH\x00\x12\"\n\x10\x61rrow_data_frame\x18( \x01(\x0b\x32\x06.ArrowH\x00\x12\x1d\n\x0b\x61rrow_table\x18\' \x01(\x0b\x32\x06.ArrowH\x00\x12\x34\n\x15\x61rrow_vega_lite_chart\x18) \x01(\x0b\x32\x13.ArrowVegaLiteChartH\x00\x12\x17\n\x05\x61udio\x18\r \x01(\x0b\x32\x06.AudioH\x00\x12\x1d\n\x08\x62\x61lloons\x18\x0c \x01(\x0b\x32\t.BalloonsH\x00\x12\"\n\x0b\x62okeh_chart\x18\x11 \x01(\x0b\x32\x0b.BokehChartH\x00\x12\x19\n\x06\x62utton\x18\x13 \x01(\x0b\x32\x07.ButtonH\x00\x12*\n\x0f\x64ownload_button\x18+ \x01(\x0b\x32\x0f.DownloadButtonH\x00\x12$\n\x0c\x63\x61mera_input\x18- \x01(\x0b\x32\x0c.CameraInputH\x00\x12 \n\nchat_input\x18\x31 \x01(\x0b\x32\n.ChatInputH\x00\x12\x1d\n\x08\x63heckbox\x18\x14 \x01(\x0b\x32\t.CheckboxH\x00\x12$\n\x0c\x63olor_picker\x18# \x01(\x0b\x32\x0c.ColorPickerH\x00\x12\x30\n\x12\x63omponent_instance\x18% \x01(\x0b\x32\x12.ComponentInstanceH\x00\x12 \n\ndata_frame\x18\x03 \x01(\x0b\x32\n.DataFrameH\x00\x12\x1b\n\x05table\x18\x0b \x01(\x0b\x32\n.DataFrameH\x00\x12 \n\ndate_input\x18\x1b \x01(\x0b\x32\n.DateInputH\x00\x12.\n\x12\x64\x65\x63k_gl_json_chart\x18\" \x01(\x0b\x32\x10.DeckGlJsonChartH\x00\x12 \n\ndoc_string\x18\x07 \x01(\x0b\x32\n.DocStringH\x00\x12\x17\n\x05\x65mpty\x18\x02 \x01(\x0b\x32\x06.EmptyH\x00\x12\x1f\n\texception\x18\x08 \x01(\x0b\x32\n.ExceptionH\x00\x12\x1b\n\x07\x66\x61vicon\x18$ \x01(\x0b\x32\x08.FaviconH\x00\x12&\n\rfile_uploader\x18! \x01(\x0b\x32\r.FileUploaderH\x00\x12(\n\x0egraphviz_chart\x18\x12 \x01(\x0b\x32\x0e.GraphVizChartH\x00\x12\x15\n\x04html\x18\x36 \x01(\x0b\x32\x05.HtmlH\x00\x12\x19\n\x06iframe\x18& \x01(\x0b\x32\x07.IFrameH\x00\x12\x1a\n\x04imgs\x18\x06 \x01(\x0b\x32\n.ImageListH\x00\x12\x15\n\x04json\x18\x1f \x01(\x0b\x32\x05.JsonH\x00\x12\"\n\x0blink_button\x18\x33 \x01(\x0b\x32\x0b.LinkButtonH\x00\x12\x1d\n\x08markdown\x18\x1d \x01(\x0b\x32\t.MarkdownH\x00\x12\x19\n\x06metric\x18* \x01(\x0b\x32\x07.MetricH\x00\x12#\n\x0bmultiselect\x18\x1c \x01(\x0b\x32\x0c.MultiSelectH\x00\x12$\n\x0cnumber_input\x18 \x01(\x0b\x32\x0c.NumberInputH\x00\x12\x1e\n\tpage_link\x18\x35 \x01(\x0b\x32\t.PageLinkH\x00\x12$\n\x0cplotly_chart\x18\x10 \x01(\x0b\x32\x0c.PlotlyChartH\x00\x12\x1d\n\x08progress\x18\x05 \x01(\x0b\x32\t.ProgressH\x00\x12\x17\n\x05radio\x18\x17 \x01(\x0b\x32\x06.RadioH\x00\x12\x1f\n\tselectbox\x18\x19 \x01(\x0b\x32\n.SelectboxH\x00\x12\x1d\n\x08skeleton\x18\x34 \x01(\x0b\x32\t.SkeletonH\x00\x12\x19\n\x06slider\x18\x15 \x01(\x0b\x32\x07.SliderH\x00\x12\x15\n\x04snow\x18. \x01(\x0b\x32\x05.SnowH\x00\x12\x1b\n\x07spinner\x18, \x01(\x0b\x32\x08.SpinnerH\x00\x12\x15\n\x04text\x18\x01 \x01(\x0b\x32\x05.TextH\x00\x12\x1e\n\ttext_area\x18\x16 \x01(\x0b\x32\t.TextAreaH\x00\x12 \n\ntext_input\x18\x18 \x01(\x0b\x32\n.TextInputH\x00\x12 \n\ntime_input\x18\x1a \x01(\x0b\x32\n.TimeInputH\x00\x12\x17\n\x05toast\x18\x32 \x01(\x0b\x32\x06.ToastH\x00\x12)\n\x0fvega_lite_chart\x18\n \x01(\x0b\x32\x0e.VegaLiteChartH\x00\x12\x17\n\x05video\x18\x0e \x01(\x0b\x32\x06.VideoH\x00\x12\x1b\n\x07heading\x18/ \x01(\x0b\x32\x08.HeadingH\x00\x12\x15\n\x04\x63ode\x18\x30 \x01(\x0b\x32\x05.CodeH\x00\x42\x06\n\x04typeJ\x04\x08\t\x10\nB,\n\x1c\x63om.snowflake.apps.streamlitB\x0c\x45lementProtob\x06proto3')
|
65
66
|
|
66
67
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
67
68
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Element_pb2', globals())
|
@@ -69,6 +70,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
69
70
|
|
70
71
|
DESCRIPTOR._options = None
|
71
72
|
DESCRIPTOR._serialized_options = b'\n\034com.snowflake.apps.streamlitB\014ElementProto'
|
72
|
-
_ELEMENT._serialized_start=
|
73
|
-
_ELEMENT._serialized_end=
|
73
|
+
_ELEMENT._serialized_start=1613
|
74
|
+
_ELEMENT._serialized_end=3291
|
74
75
|
# @@protoc_insertion_point(module_scope)
|
@@ -43,6 +43,7 @@ import streamlit.proto.Favicon_pb2
|
|
43
43
|
import streamlit.proto.FileUploader_pb2
|
44
44
|
import streamlit.proto.GraphVizChart_pb2
|
45
45
|
import streamlit.proto.Heading_pb2
|
46
|
+
import streamlit.proto.Html_pb2
|
46
47
|
import streamlit.proto.IFrame_pb2
|
47
48
|
import streamlit.proto.Image_pb2
|
48
49
|
import streamlit.proto.Json_pb2
|
@@ -105,6 +106,7 @@ class Element(google.protobuf.message.Message):
|
|
105
106
|
FAVICON_FIELD_NUMBER: builtins.int
|
106
107
|
FILE_UPLOADER_FIELD_NUMBER: builtins.int
|
107
108
|
GRAPHVIZ_CHART_FIELD_NUMBER: builtins.int
|
109
|
+
HTML_FIELD_NUMBER: builtins.int
|
108
110
|
IFRAME_FIELD_NUMBER: builtins.int
|
109
111
|
IMGS_FIELD_NUMBER: builtins.int
|
110
112
|
JSON_FIELD_NUMBER: builtins.int
|
@@ -182,6 +184,8 @@ class Element(google.protobuf.message.Message):
|
|
182
184
|
@property
|
183
185
|
def graphviz_chart(self) -> streamlit.proto.GraphVizChart_pb2.GraphVizChart: ...
|
184
186
|
@property
|
187
|
+
def html(self) -> streamlit.proto.Html_pb2.Html: ...
|
188
|
+
@property
|
185
189
|
def iframe(self) -> streamlit.proto.IFrame_pb2.IFrame: ...
|
186
190
|
@property
|
187
191
|
def imgs(self) -> streamlit.proto.Image_pb2.ImageList: ...
|
@@ -235,7 +239,7 @@ class Element(google.protobuf.message.Message):
|
|
235
239
|
def heading(self) -> streamlit.proto.Heading_pb2.Heading: ...
|
236
240
|
@property
|
237
241
|
def code(self) -> streamlit.proto.Code_pb2.Code:
|
238
|
-
"""Next ID:
|
242
|
+
"""Next ID: 55"""
|
239
243
|
def __init__(
|
240
244
|
self,
|
241
245
|
*,
|
@@ -263,6 +267,7 @@ class Element(google.protobuf.message.Message):
|
|
263
267
|
favicon: streamlit.proto.Favicon_pb2.Favicon | None = ...,
|
264
268
|
file_uploader: streamlit.proto.FileUploader_pb2.FileUploader | None = ...,
|
265
269
|
graphviz_chart: streamlit.proto.GraphVizChart_pb2.GraphVizChart | None = ...,
|
270
|
+
html: streamlit.proto.Html_pb2.Html | None = ...,
|
266
271
|
iframe: streamlit.proto.IFrame_pb2.IFrame | None = ...,
|
267
272
|
imgs: streamlit.proto.Image_pb2.ImageList | None = ...,
|
268
273
|
json: streamlit.proto.Json_pb2.Json | None = ...,
|
@@ -290,8 +295,8 @@ class Element(google.protobuf.message.Message):
|
|
290
295
|
heading: streamlit.proto.Heading_pb2.Heading | None = ...,
|
291
296
|
code: streamlit.proto.Code_pb2.Code | None = ...,
|
292
297
|
) -> None: ...
|
293
|
-
def HasField(self, field_name: typing_extensions.Literal["alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "balloons", b"balloons", "bokeh_chart", b"bokeh_chart", "button", b"button", "camera_input", b"camera_input", "chat_input", b"chat_input", "checkbox", b"checkbox", "code", b"code", "color_picker", b"color_picker", "component_instance", b"component_instance", "data_frame", b"data_frame", "date_input", b"date_input", "deck_gl_json_chart", b"deck_gl_json_chart", "doc_string", b"doc_string", "download_button", b"download_button", "empty", b"empty", "exception", b"exception", "favicon", b"favicon", "file_uploader", b"file_uploader", "graphviz_chart", b"graphviz_chart", "heading", b"heading", "iframe", b"iframe", "imgs", b"imgs", "json", b"json", "link_button", b"link_button", "markdown", b"markdown", "metric", b"metric", "multiselect", b"multiselect", "number_input", b"number_input", "page_link", b"page_link", "plotly_chart", b"plotly_chart", "progress", b"progress", "radio", b"radio", "selectbox", b"selectbox", "skeleton", b"skeleton", "slider", b"slider", "snow", b"snow", "spinner", b"spinner", "table", b"table", "text", b"text", "text_area", b"text_area", "text_input", b"text_input", "time_input", b"time_input", "toast", b"toast", "type", b"type", "vega_lite_chart", b"vega_lite_chart", "video", b"video"]) -> builtins.bool: ...
|
294
|
-
def ClearField(self, field_name: typing_extensions.Literal["alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "balloons", b"balloons", "bokeh_chart", b"bokeh_chart", "button", b"button", "camera_input", b"camera_input", "chat_input", b"chat_input", "checkbox", b"checkbox", "code", b"code", "color_picker", b"color_picker", "component_instance", b"component_instance", "data_frame", b"data_frame", "date_input", b"date_input", "deck_gl_json_chart", b"deck_gl_json_chart", "doc_string", b"doc_string", "download_button", b"download_button", "empty", b"empty", "exception", b"exception", "favicon", b"favicon", "file_uploader", b"file_uploader", "graphviz_chart", b"graphviz_chart", "heading", b"heading", "iframe", b"iframe", "imgs", b"imgs", "json", b"json", "link_button", b"link_button", "markdown", b"markdown", "metric", b"metric", "multiselect", b"multiselect", "number_input", b"number_input", "page_link", b"page_link", "plotly_chart", b"plotly_chart", "progress", b"progress", "radio", b"radio", "selectbox", b"selectbox", "skeleton", b"skeleton", "slider", b"slider", "snow", b"snow", "spinner", b"spinner", "table", b"table", "text", b"text", "text_area", b"text_area", "text_input", b"text_input", "time_input", b"time_input", "toast", b"toast", "type", b"type", "vega_lite_chart", b"vega_lite_chart", "video", b"video"]) -> None: ...
|
295
|
-
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["alert", "arrow_data_frame", "arrow_table", "arrow_vega_lite_chart", "audio", "balloons", "bokeh_chart", "button", "download_button", "camera_input", "chat_input", "checkbox", "color_picker", "component_instance", "data_frame", "table", "date_input", "deck_gl_json_chart", "doc_string", "empty", "exception", "favicon", "file_uploader", "graphviz_chart", "iframe", "imgs", "json", "link_button", "markdown", "metric", "multiselect", "number_input", "page_link", "plotly_chart", "progress", "radio", "selectbox", "skeleton", "slider", "snow", "spinner", "text", "text_area", "text_input", "time_input", "toast", "vega_lite_chart", "video", "heading", "code"] | None: ...
|
298
|
+
def HasField(self, field_name: typing_extensions.Literal["alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "balloons", b"balloons", "bokeh_chart", b"bokeh_chart", "button", b"button", "camera_input", b"camera_input", "chat_input", b"chat_input", "checkbox", b"checkbox", "code", b"code", "color_picker", b"color_picker", "component_instance", b"component_instance", "data_frame", b"data_frame", "date_input", b"date_input", "deck_gl_json_chart", b"deck_gl_json_chart", "doc_string", b"doc_string", "download_button", b"download_button", "empty", b"empty", "exception", b"exception", "favicon", b"favicon", "file_uploader", b"file_uploader", "graphviz_chart", b"graphviz_chart", "heading", b"heading", "html", b"html", "iframe", b"iframe", "imgs", b"imgs", "json", b"json", "link_button", b"link_button", "markdown", b"markdown", "metric", b"metric", "multiselect", b"multiselect", "number_input", b"number_input", "page_link", b"page_link", "plotly_chart", b"plotly_chart", "progress", b"progress", "radio", b"radio", "selectbox", b"selectbox", "skeleton", b"skeleton", "slider", b"slider", "snow", b"snow", "spinner", b"spinner", "table", b"table", "text", b"text", "text_area", b"text_area", "text_input", b"text_input", "time_input", b"time_input", "toast", b"toast", "type", b"type", "vega_lite_chart", b"vega_lite_chart", "video", b"video"]) -> builtins.bool: ...
|
299
|
+
def ClearField(self, field_name: typing_extensions.Literal["alert", b"alert", "arrow_data_frame", b"arrow_data_frame", "arrow_table", b"arrow_table", "arrow_vega_lite_chart", b"arrow_vega_lite_chart", "audio", b"audio", "balloons", b"balloons", "bokeh_chart", b"bokeh_chart", "button", b"button", "camera_input", b"camera_input", "chat_input", b"chat_input", "checkbox", b"checkbox", "code", b"code", "color_picker", b"color_picker", "component_instance", b"component_instance", "data_frame", b"data_frame", "date_input", b"date_input", "deck_gl_json_chart", b"deck_gl_json_chart", "doc_string", b"doc_string", "download_button", b"download_button", "empty", b"empty", "exception", b"exception", "favicon", b"favicon", "file_uploader", b"file_uploader", "graphviz_chart", b"graphviz_chart", "heading", b"heading", "html", b"html", "iframe", b"iframe", "imgs", b"imgs", "json", b"json", "link_button", b"link_button", "markdown", b"markdown", "metric", b"metric", "multiselect", b"multiselect", "number_input", b"number_input", "page_link", b"page_link", "plotly_chart", b"plotly_chart", "progress", b"progress", "radio", b"radio", "selectbox", b"selectbox", "skeleton", b"skeleton", "slider", b"slider", "snow", b"snow", "spinner", b"spinner", "table", b"table", "text", b"text", "text_area", b"text_area", "text_input", b"text_input", "time_input", b"time_input", "toast", b"toast", "type", b"type", "vega_lite_chart", b"vega_lite_chart", "video", b"video"]) -> None: ...
|
300
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["alert", "arrow_data_frame", "arrow_table", "arrow_vega_lite_chart", "audio", "balloons", "bokeh_chart", "button", "download_button", "camera_input", "chat_input", "checkbox", "color_picker", "component_instance", "data_frame", "table", "date_input", "deck_gl_json_chart", "doc_string", "empty", "exception", "favicon", "file_uploader", "graphviz_chart", "html", "iframe", "imgs", "json", "link_button", "markdown", "metric", "multiselect", "number_input", "page_link", "plotly_chart", "progress", "radio", "selectbox", "skeleton", "slider", "snow", "spinner", "text", "text_area", "text_input", "time_input", "toast", "vega_lite_chart", "video", "heading", "code"] | None: ...
|
296
301
|
|
297
302
|
global___Element = Element
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: streamlit/proto/Html.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf.internal import builder as _builder
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
# @@protoc_insertion_point(imports)
|
10
|
+
|
11
|
+
_sym_db = _symbol_database.Default()
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1astreamlit/proto/Html.proto\"\x14\n\x04Html\x12\x0c\n\x04\x62ody\x18\x01 \x01(\tB)\n\x1c\x63om.snowflake.apps.streamlitB\tHtmlProtob\x06proto3')
|
17
|
+
|
18
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
19
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Html_pb2', globals())
|
20
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
21
|
+
|
22
|
+
DESCRIPTOR._options = None
|
23
|
+
DESCRIPTOR._serialized_options = b'\n\034com.snowflake.apps.streamlitB\tHtmlProto'
|
24
|
+
_HTML._serialized_start=30
|
25
|
+
_HTML._serialized_end=50
|
26
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,45 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
*!
|
5
|
+
Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024)
|
6
|
+
|
7
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
you may not use this file except in compliance with the License.
|
9
|
+
You may obtain a copy of the License at
|
10
|
+
|
11
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
|
13
|
+
Unless required by applicable law or agreed to in writing, software
|
14
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
See the License for the specific language governing permissions and
|
17
|
+
limitations under the License.
|
18
|
+
"""
|
19
|
+
import builtins
|
20
|
+
import google.protobuf.descriptor
|
21
|
+
import google.protobuf.message
|
22
|
+
import sys
|
23
|
+
|
24
|
+
if sys.version_info >= (3, 8):
|
25
|
+
import typing as typing_extensions
|
26
|
+
else:
|
27
|
+
import typing_extensions
|
28
|
+
|
29
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
30
|
+
|
31
|
+
class Html(google.protobuf.message.Message):
|
32
|
+
"""st.html"""
|
33
|
+
|
34
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
35
|
+
|
36
|
+
BODY_FIELD_NUMBER: builtins.int
|
37
|
+
body: builtins.str
|
38
|
+
def __init__(
|
39
|
+
self,
|
40
|
+
*,
|
41
|
+
body: builtins.str = ...,
|
42
|
+
) -> None: ...
|
43
|
+
def ClearField(self, field_name: typing_extensions.Literal["body", b"body"]) -> None: ...
|
44
|
+
|
45
|
+
global___Html = Html
|
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"files": {
|
3
3
|
"main.css": "./static/css/main.bf304093.css",
|
4
|
-
"main.js": "./static/js/main.
|
4
|
+
"main.js": "./static/js/main.356407e8.js",
|
5
5
|
"static/js/9336.2d95d840.chunk.js": "./static/js/9336.2d95d840.chunk.js",
|
6
6
|
"static/js/9330.d29313d4.chunk.js": "./static/js/9330.d29313d4.chunk.js",
|
7
7
|
"static/js/7217.d970c074.chunk.js": "./static/js/7217.d970c074.chunk.js",
|
8
8
|
"static/js/3301.1d1b10bb.chunk.js": "./static/js/3301.1d1b10bb.chunk.js",
|
9
|
-
"static/css/3092.
|
9
|
+
"static/css/3092.95a45cfe.chunk.css": "./static/css/3092.95a45cfe.chunk.css",
|
10
10
|
"static/js/3092.ad569cc8.chunk.js": "./static/js/3092.ad569cc8.chunk.js",
|
11
|
-
"static/css/43.
|
11
|
+
"static/css/43.e3b876c5.chunk.css": "./static/css/43.e3b876c5.chunk.css",
|
12
12
|
"static/js/43.76c54963.chunk.js": "./static/js/43.76c54963.chunk.js",
|
13
13
|
"static/js/8427.44d27448.chunk.js": "./static/js/8427.44d27448.chunk.js",
|
14
14
|
"static/js/7323.2808d029.chunk.js": "./static/js/7323.2808d029.chunk.js",
|
@@ -27,6 +27,7 @@
|
|
27
27
|
"static/js/8492.f56c9d4c.chunk.js": "./static/js/8492.f56c9d4c.chunk.js",
|
28
28
|
"static/js/4177.69f9f18d.chunk.js": "./static/js/4177.69f9f18d.chunk.js",
|
29
29
|
"static/js/1451.3b0a3e31.chunk.js": "./static/js/1451.3b0a3e31.chunk.js",
|
30
|
+
"static/js/2634.1249dc7a.chunk.js": "./static/js/2634.1249dc7a.chunk.js",
|
30
31
|
"static/js/1074.73973756.chunk.js": "./static/js/1074.73973756.chunk.js",
|
31
32
|
"static/js/8477.e948c092.chunk.js": "./static/js/8477.e948c092.chunk.js",
|
32
33
|
"static/js/6853.d999ac75.chunk.js": "./static/js/6853.d999ac75.chunk.js",
|
@@ -50,8 +51,8 @@
|
|
50
51
|
"static/js/8570.6de19120.chunk.js": "./static/js/8570.6de19120.chunk.js",
|
51
52
|
"static/js/7142.83028745.chunk.js": "./static/js/7142.83028745.chunk.js",
|
52
53
|
"static/js/3998.01237fcf.chunk.js": "./static/js/3998.01237fcf.chunk.js",
|
53
|
-
"static/css/2411.
|
54
|
-
"static/js/2411.
|
54
|
+
"static/css/2411.8b8f33d6.chunk.css": "./static/css/2411.8b8f33d6.chunk.css",
|
55
|
+
"static/js/2411.a8823789.chunk.js": "./static/js/2411.a8823789.chunk.js",
|
55
56
|
"static/js/656.ae85f8f1.chunk.js": "./static/js/656.ae85f8f1.chunk.js",
|
56
57
|
"static/js/6150.1294fa0d.chunk.js": "./static/js/6150.1294fa0d.chunk.js",
|
57
58
|
"static/js/4253.749d5244.chunk.js": "./static/js/4253.749d5244.chunk.js",
|
@@ -60,7 +61,8 @@
|
|
60
61
|
"static/js/2187.9469f035.chunk.js": "./static/js/2187.9469f035.chunk.js",
|
61
62
|
"static/js/1479.6709db03.chunk.js": "./static/js/1479.6709db03.chunk.js",
|
62
63
|
"static/js/4132.49bf3f2c.chunk.js": "./static/js/4132.49bf3f2c.chunk.js",
|
63
|
-
"static/js/2736.
|
64
|
+
"static/js/2736.779ccbc1.chunk.js": "./static/js/2736.779ccbc1.chunk.js",
|
65
|
+
"static/js/937.a1248039.chunk.js": "./static/js/937.a1248039.chunk.js",
|
64
66
|
"static/media/fireworks.gif": "./static/media/fireworks.0906f02ea43f1018a6d2.gif",
|
65
67
|
"static/media/flake-2.png": "./static/media/flake-2.e3f07d06933dd0e84c24.png",
|
66
68
|
"static/media/flake-1.png": "./static/media/flake-1.8077dc154e0bf900aa73.png",
|
@@ -150,6 +152,6 @@
|
|
150
152
|
},
|
151
153
|
"entrypoints": [
|
152
154
|
"static/css/main.bf304093.css",
|
153
|
-
"static/js/main.
|
155
|
+
"static/js/main.356407e8.js"
|
154
156
|
]
|
155
157
|
}
|
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="shortcut icon" href="./favicon.png"/><link rel="preload" href="./static/media/SourceSansPro-Regular.0d69e5ff5e92ac64a0c9.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="./static/media/SourceSansPro-SemiBold.abed79cd0df1827e18cf.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="./static/media/SourceSansPro-Bold.118dea98980e20a81ced.woff2" as="font" type="font/woff2" crossorigin><title>Streamlit</title><script>window.prerenderReady=!1</script><script defer="defer" src="./static/js/main.
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="shortcut icon" href="./favicon.png"/><link rel="preload" href="./static/media/SourceSansPro-Regular.0d69e5ff5e92ac64a0c9.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="./static/media/SourceSansPro-SemiBold.abed79cd0df1827e18cf.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="./static/media/SourceSansPro-Bold.118dea98980e20a81ced.woff2" as="font" type="font/woff2" crossorigin><title>Streamlit</title><script>window.prerenderReady=!1</script><script defer="defer" src="./static/js/main.356407e8.js"></script><link href="./static/css/main.bf304093.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
@@ -0,0 +1 @@
|
|
1
|
+
.mapboxgl-map{-webkit-tap-highlight-color:rgba(0,0,0,0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl button::-moz-focus-inner{border:0;padding:0}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:focus:only-child{border-radius:inherit}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='88' height='23' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;position:absolute;top:0;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}
|
@@ -0,0 +1 @@
|
|
1
|
+
.gdg-r17m35ur{background-color:var(--gdg-bg-header-has-focus);border:none;border-radius:9px;box-shadow:0 0 0 1px var(--gdg-border-color);color:var(--gdg-text-group-header);flex-grow:1;font:var(--gdg-header-font-style) var(--gdg-font-family);min-height:var(--r17m35ur-0);outline:none;padding:0 8px}.gdg-c1tqibwd{align-items:center;background-color:var(--gdg-bg-header);display:flex;padding:0 8px}.gdg-b1ygi5by{display:flex;flex-wrap:wrap;margin-bottom:auto;margin-top:auto}.gdg-b1ygi5by .boe-bubble{align-items:center;background-color:var(--gdg-bg-bubble);border-radius:10px;border-radius:var(--gdg-rounding-radius,10px);color:var(--gdg-text-dark);display:flex;height:20px;justify-content:center;margin:2px;padding:0 8px}.gdg-b1ygi5by textarea{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.gdg-d4zsq0x{display:flex;flex-wrap:wrap}.gdg-d4zsq0x .doe-bubble{align-items:center;background-color:var(--gdg-bg-cell);border-radius:6px;border-radius:var(--gdg-rounding-radius,6px);box-shadow:0 0 1px #3e415666,0 1px 3px #3e415666;color:var(--gdg-text-dark);display:flex;height:24px;justify-content:center;margin:2px;padding:0 8px}.gdg-d4zsq0x .doe-bubble img{height:16px;margin-right:4px;object-fit:contain}.gdg-d4zsq0x textarea{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.gdg-n15fjm3e{color:var(--gdg-text-dark);display:flex;margin:6px 0 3px}.gdg-n15fjm3e>input{background-color:var(--gdg-bg-cell);color:var(--gdg-text-dark);font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);padding:0}.gdg-i2iowwq{display:flex;height:100%}.gdg-i2iowwq .gdg-centering-container{align-items:center;display:flex;height:100%;justify-content:center}.gdg-i2iowwq .gdg-centering-container canvas,.gdg-i2iowwq .gdg-centering-container img{max-height:calc(100vh - var(--overlay-top) - 20px);object-fit:contain;-webkit-user-select:none;user-select:none}.gdg-i2iowwq .gdg-centering-container canvas{max-width:380px}.gdg-i2iowwq .gdg-edit-icon{align-items:center;color:var(--gdg-accent-color);cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;right:0;top:12px;width:48px}.gdg-i2iowwq .gdg-edit-icon>*{height:24px;width:24px}.gdg-i2iowwq textarea{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.gdg-u1rrojo{align-items:center;display:flex;flex-grow:1;min-height:21px}.gdg-u1rrojo .gdg-link-area{color:var(--gdg-link-color);cursor:pointer;flex-grow:1;flex-shrink:1;margin-right:8px;overflow:hidden;-webkit-text-decoration:underline!important;text-decoration:underline!important;text-overflow:ellipsis;white-space:nowrap}.gdg-u1rrojo .gdg-edit-icon{align-items:center;color:var(--gdg-accent-color);cursor:pointer;display:flex;flex-shrink:0;justify-content:center;width:32px}.gdg-u1rrojo .gdg-edit-icon>*{height:24px;width:24px}.gdg-u1rrojo textarea{height:0;left:0;opacity:0;position:absolute;top:0;width:0}.gdg-m1pnx84e{align-items:flex-start;color:var(--gdg-text-dark);display:flex;justify-content:space-between;min-width:var(--m1pnx84e-0);position:relative;width:100%}.gdg-m1pnx84e .gdg-g1y0xocz{flex-shrink:1;min-width:0}.gdg-m1pnx84e .gdg-spacer{flex:1 1}.gdg-m1pnx84e .gdg-edit-icon{align-items:center;border-radius:6px;color:var(--gdg-accent-color);cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;padding:0;position:relative;transition:all "0.125s ease";width:24px}.gdg-m1pnx84e .gdg-edit-icon>*{height:16px;width:16px}.gdg-m1pnx84e .gdg-edit-hover:hover{background-color:var(--gdg-accent-light);transition:background-color .15s}.gdg-m1pnx84e .gdg-checkmark-hover:hover{background-color:var(--gdg-accent-color);color:#fff}.gdg-m1pnx84e .gdg-md-edit-textarea{height:0;left:0;margin-top:25px;opacity:0;padding:0;position:relative;top:0;width:0}.gdg-m1pnx84e .gdg-ml-6{margin-left:6px}.gdg-d19meir1{--overlay-top:var(--d19meir1-0);box-sizing:border-box;display:flex;flex-direction:column;font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);left:var(--d19meir1-1);max-height:calc(100vh - var(--d19meir1-4));max-width:400px;min-height:var(--d19meir1-3);min-width:var(--d19meir1-2);overflow:hidden;position:absolute;text-align:start;top:var(--d19meir1-0);width:-webkit-max-content;width:max-content}@keyframes glide_fade_in-gdg-d19meir1{0%{opacity:0}to{opacity:100%}}.gdg-d19meir1.gdg-style{animation:glide_fade_in-gdg-d19meir1 60ms 1;background-color:var(--gdg-bg-cell);border-radius:2px;box-shadow:0 0 0 1px var(--gdg-accent-color),0 0 1px #3e415666,0 6px 12px #3e415626}.gdg-d19meir1.gdg-pad{padding:var(--d19meir1-5) 8.5px 3px}.gdg-d19meir1 .gdg-clip-region{border-radius:2px;display:flex;flex-direction:column;flex-grow:1;overflow-x:hidden;overflow-y:auto}.gdg-d19meir1 .gdg-clip-region .gdg-growing-entry{height:100%}.gdg-d19meir1 .gdg-clip-region input.gdg-input{border:0;outline:none;width:100%}.gdg-d19meir1 .gdg-clip-region textarea.gdg-input{border:0;outline:none}.gdg-s1dgczr6 .dvn-scroller{overflow:var(--s1dgczr6-0);transform:translateZ(0)}.gdg-s1dgczr6 .dvn-hidden{visibility:hidden}.gdg-s1dgczr6 .dvn-scroll-inner{display:flex;pointer-events:none}.gdg-s1dgczr6 .dvn-scroll-inner>*{flex-shrink:0}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-spacer{flex-grow:1}.gdg-s1dgczr6 .dvn-scroll-inner .dvn-stack{display:flex;flex-direction:column}.gdg-s1dgczr6 .dvn-underlay>*{left:0;position:absolute;top:0}.gdg-s1dgczr6 canvas{outline:none}.gdg-s1dgczr6 canvas *{height:0}.gdg-seveqep{animation:gdg-search-fadein-gdg-seveqep .15s forwards;background-color:var(--gdg-bg-cell);border:1px solid var(--gdg-border-color);border-radius:6px;color:var(--gdg-text-dark);font-size:var(--gdg-editor-font-size);padding:8px;position:absolute;right:20px;top:4px}.gdg-seveqep.out{animation:gdg-search-fadeout-gdg-seveqep .15s forwards}.gdg-seveqep .gdg-search-bar-inner{display:flex}.gdg-seveqep .gdg-search-status{font-size:11px;padding-top:4px}.gdg-seveqep .gdg-search-progress{background-color:var(--gdg-text-light);bottom:0;height:4px;left:0;position:absolute}.gdg-seveqep input{background-color:var(--gdg-bg-cell);border:0;color:var(--gdg-textDark);outline:none;width:220px}.gdg-seveqep button{align-items:center;background:none;border:none;color:var(--gdg-text-medium);cursor:pointer;display:flex;height:24px;justify-content:center;outline:none;padding:0;width:24px}.gdg-seveqep button:hover{color:var(--gdg-text-dark)}.gdg-seveqep button .button-icon{height:16px;width:16px}.gdg-seveqep button:disabled{opacity:.4;pointer-events:none}@keyframes gdg-search-fadeout-gdg-seveqep{0%{transform:translateX(0)}to{transform:translateX(400px)}}@keyframes gdg-search-fadein-gdg-seveqep{0%{transform:translateX(400px)}to{transform:translateX(0)}}.gdg-izpuzkl{-webkit-text-fill-color:var(--gdg-text-dark);background-color:initial;border:0;border-radius:0;bottom:0;color:var(--gdg-text-dark);font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);height:100%;left:0;line-height:16px;margin:0;min-width:100%;overflow:hidden;padding:0;position:absolute;resize:none;right:0;top:0;white-space:pre-wrap;width:100%}.gdg-izpuzkl::placeholder{color:var(--gdg-text-light)}.gdg-invalid .gdg-izpuzkl{-webkit-text-decoration:underline;text-decoration:underline;text-decoration-color:#d60606}.gdg-s69h75o{word-wrap:break-word;color:var(--gdg-text-dark);font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);line-height:16px;margin:0;max-width:100%;min-width:100%;padding:0 0 2px;visibility:hidden;white-space:pre-wrap;width:-webkit-max-content;width:max-content}.gdg-g1y0xocz{margin-top:6px;position:relative}.gdg-mnuv029{-webkit-touch-callout:default;padding-top:6px;word-break:break-word}.gdg-mnuv029>*{margin:0}.gdg-mnuv029 :last-child{margin-bottom:0}.gdg-mnuv029 p img{width:100%}.gdg-wmyidgi{direction:ltr;height:var(--wmyidgi-1);max-height:100%;max-width:100%;min-height:10px;min-width:10px;overflow:hidden;overflow:clip;position:relative;width:var(--wmyidgi-0)}.gdg-wmyidgi>:first-child{height:100%;left:0;position:absolute;top:0;width:100%}.gdg-s1wtovjx{background-color:initial;border:none;color:var(--gdg-text-dark);font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size);min-height:26px;outline:none}.gdg-s1wtovjx::-webkit-calendar-picker-indicator{background-color:#fff}.gdg-w1i61rz{align-items:stretch;display:flex;flex-direction:column;margin-bottom:auto;margin-top:auto}.gdg-phbadu4,.gdg-w1i61rz .gdg-multi-select{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size)}.gdg-phbadu4{color:var(--gdg-text-dark)}.gdg-phbadu4>div{border:1px solid var(--gdg-border-color);border-radius:4px}.gdg-e1wnlokz{align-items:stretch;color:var(--gdg-text-dark);display:flex;flex-direction:column;padding-top:6px}.gdg-e1wnlokz,.gdg-e1wnlokz *{box-sizing:border-box}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label{cursor:pointer;display:flex}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label input{cursor:pointer;width:auto}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label .gdg-pill{align-items:center;background-color:var(--gdg-bg-bubble);border-radius:var(--e1wnlokz-0);border-radius:var(--gdg-rounding-radius,var(--e1wnlokz-0));display:flex;font:12px var(--gdg-font-family);margin-bottom:6px;margin-left:8px;margin-right:6px;min-height:var(--e1wnlokz-1);padding:2px var(--e1wnlokz-2);transition:box-shadow .15s}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz label .gdg-pill.gdg-unselected{opacity:.8}.gdg-e1wnlokz label:hover .gdg-pill{box-shadow:0 1px 4px #00000026}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-readonly label{cursor:default}.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-e1wnlokz.gdg-readonly label .gdg-pill{box-shadow:none!important}.gdg-e1ywxz2x{align-items:center;color:var(--gdg-text-light);display:flex;padding:6px 0}.gdg-e1ywxz2x .gdg-active{color:var(--gdg-text-dark)}.gdg-e1ywxz2x>*{cursor:pointer;height:16px;margin-right:2px;position:relative;width:16px}.gdg-e1ywxz2x>* svg{height:100%;width:100%}.gdg-w1hnqk7o .gdg-footer{display:flex;justify-content:flex-end;padding:20px}.gdg-w1hnqk7o .gdg-footer button{border:none;border-radius:9px;border-radius:var(--gdg-rounding-radius,9px);cursor:pointer;font-family:var(--gdg-font-family);font-size:14px;font-weight:500;padding:8px 16px}.gdg-w1hnqk7o .gdg-save-button{background-color:var(--gdg-accent-color);color:var(--gdg-accent-fg)}.gdg-w1hnqk7o .gdg-close-button{background-color:var(--gdg-bg-header);color:var(--gdg-text-medium);margin-right:8px}.gdg-lw5nakc{display:flex;flex-direction:column;margin:4px 0}.gdg-lw5nakc>button{align-self:flex-end;background-color:initial;border:none;border-radius:4px;color:var(--gdg-accent-color);cursor:pointer;font-weight:600;outline:none;padding:6px 8px;transition:background-color .2s}.gdg-lw5nakc>button:focus-visible,.gdg-lw5nakc>button:hover{background-color:var(--gdg-accent-light)}.gdg-lw5nakc>button:disabled{opacity:.4;pointer-events:none}.gdg-lw5nakc .gdg-link-title-editor{display:flex;min-width:250px}.gdg-lw5nakc .gdg-link-title-editor>input{border:1px solid var(--gdg-border-color);border-radius:4px;box-shadow:none;flex-grow:1;min-width:0;outline:none;padding:6px 8px;transition:border .2s;width:0}.gdg-lw5nakc .gdg-link-title-editor>input:not(:last-child){margin-right:4px}.gdg-lw5nakc .gdg-link-title-editor>input:focus{border:1px solid var(--gdg-accent-color)}.gdg-lw5nakc .gdg-link-title-editor:not(:last-child){margin-bottom:4px}.gdg-lw5nakc .gdg-link-title-editor>button{background-color:initial;border:none;border-radius:4px;color:var(--gdg-text-medium);cursor:pointer;outline:none;transition:background-color .2s,color .2s}.gdg-lw5nakc .gdg-link-title-editor>button:focus-visible,.gdg-lw5nakc .gdg-link-title-editor>button:hover{background-color:var(--gdg-accent-light);color:var(--gdg-text-dark)}.gdg-wghi2zc{align-items:stretch;display:flex;flex-direction:column}.gdg-p13nj8j0,.gdg-wghi2zc .glide-select{font-family:var(--gdg-font-family);font-size:var(--gdg-editor-font-size)}.gdg-p13nj8j0{color:var(--gdg-text-dark)}.gdg-p13nj8j0>div{border:1px solid var(--gdg-border-color);border-radius:4px}.gdg-r6sia3g{display:"flex";margin:auto 8.5px;padding-bottom:3px}
|
@@ -0,0 +1 @@
|
|
1
|
+
.vega-embed{box-sizing:border-box;display:inline-block;position:relative}.vega-embed.has-actions{padding-right:38px}.vega-embed details:not([open])>:not(summary){display:none!important}.vega-embed summary{background:#fff;border:1px solid #aaa;border-radius:999px;box-shadow:1px 1px 3px #0000001a;color:#1b1e23;cursor:pointer;line-height:0px;list-style:none;opacity:.2;padding:6px;position:absolute;right:0;top:0;transition:opacity .4s ease-in;z-index:1000}.vega-embed summary::-webkit-details-marker{display:none}.vega-embed summary:active{box-shadow:inset 0 0 0 1px #aaa}.vega-embed summary svg{height:14px;width:14px}.vega-embed details[open] summary{opacity:.7}.vega-embed:focus-within summary,.vega-embed:hover summary{opacity:1!important;transition:opacity .2s ease}.vega-embed .vega-actions{animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(.2,0,.13,1.5);background:#fff;border:1px solid #d9d9d9;border-radius:4px;box-shadow:0 2px 8px 0 #0003;display:flex;flex-direction:column;padding-bottom:8px;padding-top:8px;position:absolute;right:-9px;text-align:left;top:35px;z-index:1001}.vega-embed .vega-actions a{color:#434a56;font-family:sans-serif;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;white-space:nowrap}.vega-embed .vega-actions a:focus,.vega-embed .vega-actions a:hover{background-color:#f7f7f9;color:#000}.vega-embed .vega-actions:after,.vega-embed .vega-actions:before{content:"";display:inline-block;position:absolute}.vega-embed .vega-actions:before{border:8px solid;border-color:#0000 #0000 #d9d9d9;left:auto;right:14px;top:-16px}.vega-embed .vega-actions:after{border:7px solid;border-color:#0000 #0000 #fff;left:auto;right:15px;top:-14px}.vega-embed .chart-wrapper.fit-x{width:100%}.vega-embed .chart-wrapper.fit-y{height:100%}.vega-embed-wrapper{max-width:100%;overflow:auto;padding-right:14px}@keyframes scale-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}#vg-tooltip-element{border-radius:3px;box-shadow:2px 2px 4px #0000001a;font-family:sans-serif;font-size:11px;padding:8px;position:fixed;visibility:hidden;z-index:1000}#vg-tooltip-element.visible{visibility:visible}#vg-tooltip-element h2{font-size:13px;margin-bottom:10px;margin-top:0}#vg-tooltip-element table{border-spacing:0}#vg-tooltip-element table tr{border:none}#vg-tooltip-element table tr td{overflow:hidden;padding-bottom:2px;padding-top:2px;text-overflow:ellipsis}#vg-tooltip-element table tr td.key{color:grey;max-width:150px;padding-right:4px;text-align:right}#vg-tooltip-element table tr td.value{display:block;max-height:7em;max-width:300px;text-align:left}
|