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.
Files changed (532) hide show
  1. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/PKG-INFO +1 -1
  2. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/setup.py +1 -1
  3. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/__init__.py +2 -1
  4. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/delta_generator.py +2 -0
  5. streamlit-nightly-1.32.3.dev20240329/streamlit/elements/html.py +83 -0
  6. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Element_pb2.py +4 -3
  7. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Element_pb2.pyi +9 -4
  8. streamlit-nightly-1.32.3.dev20240329/streamlit/proto/Html_pb2.py +26 -0
  9. streamlit-nightly-1.32.3.dev20240329/streamlit/proto/Html_pb2.pyi +45 -0
  10. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/asset-manifest.json +9 -7
  11. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/index.html +1 -1
  12. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/css/2411.8b8f33d6.chunk.css +1 -0
  13. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/css/3092.95a45cfe.chunk.css +1 -0
  14. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/css/43.e3b876c5.chunk.css +1 -0
  15. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2411.a8823789.chunk.js +2 -0
  16. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2634.1249dc7a.chunk.js +1 -0
  17. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2736.779ccbc1.chunk.js +2 -0
  18. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/2736.779ccbc1.chunk.js.LICENSE.txt +60 -0
  19. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/4132.49bf3f2c.chunk.js.LICENSE.txt +13 -0
  20. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/937.a1248039.chunk.js +2 -0
  21. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/937.a1248039.chunk.js.LICENSE.txt +1 -0
  22. streamlit-nightly-1.32.3.dev20240329/streamlit/static/static/js/main.356407e8.js +2 -0
  23. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/PKG-INFO +1 -1
  24. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/SOURCES.txt +15 -9
  25. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/css/2411.81b3d18f.chunk.css +0 -1
  26. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/css/3092.f719e2e6.chunk.css +0 -1
  27. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/css/43.c24b25fa.chunk.css +0 -1
  28. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2411.b389bf4e.chunk.js +0 -2
  29. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2736.17fbad1a.chunk.js +0 -2
  30. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/2736.17fbad1a.chunk.js.LICENSE.txt +0 -60
  31. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/4132.49bf3f2c.chunk.js.LICENSE.txt +0 -13
  32. streamlit-nightly-1.32.3.dev20240328/streamlit/static/static/js/main.722453f0.js +0 -2
  33. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/MANIFEST.in +0 -0
  34. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/bin/streamlit.cmd +0 -0
  35. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/setup.cfg +0 -0
  36. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/__main__.py +0 -0
  37. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/case_converters.py +0 -0
  38. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/cli_util.py +0 -0
  39. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/code_util.py +0 -0
  40. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/color_util.py +0 -0
  41. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/column_config.py +0 -0
  42. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/__init__.py +0 -0
  43. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/execution_control.py +0 -0
  44. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/experimental_query_params.py +0 -0
  45. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/commands/page_config.py +0 -0
  46. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/__init__.py +0 -0
  47. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/v1/__init__.py +0 -0
  48. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/v1/component_arrow.py +0 -0
  49. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/components/v1/components.py +0 -0
  50. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/config.py +0 -0
  51. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/config_option.py +0 -0
  52. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/config_util.py +0 -0
  53. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/__init__.py +0 -0
  54. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/base_connection.py +0 -0
  55. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/snowflake_connection.py +0 -0
  56. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/snowpark_connection.py +0 -0
  57. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/sql_connection.py +0 -0
  58. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/connections/util.py +0 -0
  59. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/constants.py +0 -0
  60. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/cursor.py +0 -0
  61. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/deprecation_util.py +0 -0
  62. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/development.py +0 -0
  63. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/echo.py +0 -0
  64. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/__init__.py +0 -0
  65. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/alert.py +0 -0
  66. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/altair_utils.py +0 -0
  67. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/arrow.py +0 -0
  68. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/arrow_altair.py +0 -0
  69. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/arrow_vega_lite.py +0 -0
  70. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/balloons.py +0 -0
  71. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/bokeh_chart.py +0 -0
  72. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/code.py +0 -0
  73. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/deck_gl_json_chart.py +0 -0
  74. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/doc_string.py +0 -0
  75. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/empty.py +0 -0
  76. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/exception.py +0 -0
  77. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/form.py +0 -0
  78. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/graphviz_chart.py +0 -0
  79. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/heading.py +0 -0
  80. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/iframe.py +0 -0
  81. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/image.py +0 -0
  82. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/json.py +0 -0
  83. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/layouts.py +0 -0
  84. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/__init__.py +0 -0
  85. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/column_config_utils.py +0 -0
  86. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/column_types.py +0 -0
  87. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/dicttools.py +0 -0
  88. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/mutable_status_container.py +0 -0
  89. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/pandas_styler_utils.py +0 -0
  90. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/streamlit_plotly_theme.py +0 -0
  91. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/lib/subtitle_utils.py +0 -0
  92. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/map.py +0 -0
  93. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/markdown.py +0 -0
  94. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/media.py +0 -0
  95. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/metric.py +0 -0
  96. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/plotly_chart.py +0 -0
  97. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/progress.py +0 -0
  98. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/pyplot.py +0 -0
  99. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/snow.py +0 -0
  100. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/spinner.py +0 -0
  101. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/text.py +0 -0
  102. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/toast.py +0 -0
  103. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/utils.py +0 -0
  104. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/__init__.py +0 -0
  105. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/button.py +0 -0
  106. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/camera_input.py +0 -0
  107. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/chat.py +0 -0
  108. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/checkbox.py +0 -0
  109. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/color_picker.py +0 -0
  110. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/data_editor.py +0 -0
  111. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/file_uploader.py +0 -0
  112. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/multiselect.py +0 -0
  113. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/number_input.py +0 -0
  114. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/radio.py +0 -0
  115. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/select_slider.py +0 -0
  116. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/selectbox.py +0 -0
  117. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/slider.py +0 -0
  118. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/text_widgets.py +0 -0
  119. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/widgets/time_widgets.py +0 -0
  120. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/elements/write.py +0 -0
  121. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/emojis.py +0 -0
  122. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/env_util.py +0 -0
  123. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/error_util.py +0 -0
  124. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/errors.py +0 -0
  125. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/external/__init__.py +0 -0
  126. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/external/langchain/__init__.py +0 -0
  127. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/external/langchain/streamlit_callback_handler.py +0 -0
  128. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/file_util.py +0 -0
  129. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/folder_black_list.py +0 -0
  130. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/git_util.py +0 -0
  131. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/Hello.py +0 -0
  132. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/__init__.py +0 -0
  133. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/0_Animation_Demo.py +0 -0
  134. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/1_Plotting_Demo.py +0 -0
  135. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/2_Mapping_Demo.py +0 -0
  136. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/pages/3_DataFrame_Demo.py +0 -0
  137. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/hello/utils.py +0 -0
  138. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/js_number.py +0 -0
  139. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/logger.py +0 -0
  140. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/net_util.py +0 -0
  141. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/platform.py +0 -0
  142. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Alert_pb2.py +0 -0
  143. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Alert_pb2.pyi +0 -0
  144. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AppPage_pb2.py +0 -0
  145. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AppPage_pb2.pyi +0 -0
  146. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowNamedDataSet_pb2.py +0 -0
  147. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowNamedDataSet_pb2.pyi +0 -0
  148. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowVegaLiteChart_pb2.py +0 -0
  149. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ArrowVegaLiteChart_pb2.pyi +0 -0
  150. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Arrow_pb2.py +0 -0
  151. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Arrow_pb2.pyi +0 -0
  152. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Audio_pb2.py +0 -0
  153. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Audio_pb2.pyi +0 -0
  154. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AutoRerun_pb2.py +0 -0
  155. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/AutoRerun_pb2.pyi +0 -0
  156. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BackMsg_pb2.py +0 -0
  157. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BackMsg_pb2.pyi +0 -0
  158. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Balloons_pb2.py +0 -0
  159. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Balloons_pb2.pyi +0 -0
  160. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Block_pb2.py +0 -0
  161. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Block_pb2.pyi +0 -0
  162. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BokehChart_pb2.py +0 -0
  163. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/BokehChart_pb2.pyi +0 -0
  164. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Button_pb2.py +0 -0
  165. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Button_pb2.pyi +0 -0
  166. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/CameraInput_pb2.py +0 -0
  167. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/CameraInput_pb2.pyi +0 -0
  168. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ChatInput_pb2.py +0 -0
  169. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ChatInput_pb2.pyi +0 -0
  170. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Checkbox_pb2.py +0 -0
  171. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Checkbox_pb2.pyi +0 -0
  172. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ClientState_pb2.py +0 -0
  173. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ClientState_pb2.pyi +0 -0
  174. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Code_pb2.py +0 -0
  175. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Code_pb2.pyi +0 -0
  176. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ColorPicker_pb2.py +0 -0
  177. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ColorPicker_pb2.pyi +0 -0
  178. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Common_pb2.py +0 -0
  179. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Common_pb2.pyi +0 -0
  180. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Components_pb2.py +0 -0
  181. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Components_pb2.pyi +0 -0
  182. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DataFrame_pb2.py +0 -0
  183. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DataFrame_pb2.pyi +0 -0
  184. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DateInput_pb2.py +0 -0
  185. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DateInput_pb2.pyi +0 -0
  186. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DeckGlJsonChart_pb2.py +0 -0
  187. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DeckGlJsonChart_pb2.pyi +0 -0
  188. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Delta_pb2.py +0 -0
  189. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Delta_pb2.pyi +0 -0
  190. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DocString_pb2.py +0 -0
  191. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DocString_pb2.pyi +0 -0
  192. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DownloadButton_pb2.py +0 -0
  193. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/DownloadButton_pb2.pyi +0 -0
  194. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Empty_pb2.py +0 -0
  195. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Empty_pb2.pyi +0 -0
  196. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Exception_pb2.py +0 -0
  197. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Exception_pb2.pyi +0 -0
  198. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Favicon_pb2.py +0 -0
  199. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Favicon_pb2.pyi +0 -0
  200. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/FileUploader_pb2.py +0 -0
  201. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/FileUploader_pb2.pyi +0 -0
  202. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ForwardMsg_pb2.py +0 -0
  203. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ForwardMsg_pb2.pyi +0 -0
  204. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GitInfo_pb2.py +0 -0
  205. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GitInfo_pb2.pyi +0 -0
  206. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GraphVizChart_pb2.py +0 -0
  207. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/GraphVizChart_pb2.pyi +0 -0
  208. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Heading_pb2.py +0 -0
  209. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Heading_pb2.pyi +0 -0
  210. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/IFrame_pb2.py +0 -0
  211. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/IFrame_pb2.pyi +0 -0
  212. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Image_pb2.py +0 -0
  213. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Image_pb2.pyi +0 -0
  214. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Json_pb2.py +0 -0
  215. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Json_pb2.pyi +0 -0
  216. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LabelVisibilityMessage_pb2.py +0 -0
  217. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LabelVisibilityMessage_pb2.pyi +0 -0
  218. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LinkButton_pb2.py +0 -0
  219. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/LinkButton_pb2.pyi +0 -0
  220. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Markdown_pb2.py +0 -0
  221. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Markdown_pb2.pyi +0 -0
  222. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Metric_pb2.py +0 -0
  223. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Metric_pb2.pyi +0 -0
  224. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/MultiSelect_pb2.py +0 -0
  225. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/MultiSelect_pb2.pyi +0 -0
  226. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NamedDataSet_pb2.py +0 -0
  227. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NamedDataSet_pb2.pyi +0 -0
  228. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NewSession_pb2.py +0 -0
  229. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NewSession_pb2.pyi +0 -0
  230. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NumberInput_pb2.py +0 -0
  231. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/NumberInput_pb2.pyi +0 -0
  232. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageConfig_pb2.py +0 -0
  233. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageConfig_pb2.pyi +0 -0
  234. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageInfo_pb2.py +0 -0
  235. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageInfo_pb2.pyi +0 -0
  236. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageLink_pb2.py +0 -0
  237. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageLink_pb2.pyi +0 -0
  238. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageNotFound_pb2.py +0 -0
  239. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageNotFound_pb2.pyi +0 -0
  240. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageProfile_pb2.py +0 -0
  241. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PageProfile_pb2.pyi +0 -0
  242. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PagesChanged_pb2.py +0 -0
  243. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PagesChanged_pb2.pyi +0 -0
  244. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ParentMessage_pb2.py +0 -0
  245. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/ParentMessage_pb2.pyi +0 -0
  246. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PlotlyChart_pb2.py +0 -0
  247. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/PlotlyChart_pb2.pyi +0 -0
  248. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Progress_pb2.py +0 -0
  249. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Progress_pb2.pyi +0 -0
  250. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Radio_pb2.py +0 -0
  251. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Radio_pb2.pyi +0 -0
  252. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/RootContainer_pb2.py +0 -0
  253. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/RootContainer_pb2.pyi +0 -0
  254. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Selectbox_pb2.py +0 -0
  255. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Selectbox_pb2.pyi +0 -0
  256. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionEvent_pb2.py +0 -0
  257. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionEvent_pb2.pyi +0 -0
  258. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionStatus_pb2.py +0 -0
  259. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/SessionStatus_pb2.pyi +0 -0
  260. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Skeleton_pb2.py +0 -0
  261. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Skeleton_pb2.pyi +0 -0
  262. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Slider_pb2.py +0 -0
  263. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Slider_pb2.pyi +0 -0
  264. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Snow_pb2.py +0 -0
  265. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Snow_pb2.pyi +0 -0
  266. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Spinner_pb2.py +0 -0
  267. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Spinner_pb2.pyi +0 -0
  268. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextArea_pb2.py +0 -0
  269. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextArea_pb2.pyi +0 -0
  270. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextInput_pb2.py +0 -0
  271. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TextInput_pb2.pyi +0 -0
  272. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Text_pb2.py +0 -0
  273. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Text_pb2.pyi +0 -0
  274. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TimeInput_pb2.py +0 -0
  275. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/TimeInput_pb2.pyi +0 -0
  276. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Toast_pb2.py +0 -0
  277. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Toast_pb2.pyi +0 -0
  278. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/VegaLiteChart_pb2.py +0 -0
  279. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/VegaLiteChart_pb2.pyi +0 -0
  280. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Video_pb2.py +0 -0
  281. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/Video_pb2.pyi +0 -0
  282. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/WidgetStates_pb2.py +0 -0
  283. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/WidgetStates_pb2.pyi +0 -0
  284. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/__init__.py +0 -0
  285. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/openmetrics_data_model_pb2.py +0 -0
  286. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/proto/openmetrics_data_model_pb2.pyi +0 -0
  287. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/py.typed +0 -0
  288. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/__init__.py +0 -0
  289. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/app_session.py +0 -0
  290. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/__init__.py +0 -0
  291. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_data_api.py +0 -0
  292. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_errors.py +0 -0
  293. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_resource_api.py +0 -0
  294. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_type.py +0 -0
  295. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cache_utils.py +0 -0
  296. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/cached_message_replay.py +0 -0
  297. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/hashing.py +0 -0
  298. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/__init__.py +0 -0
  299. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/cache_storage_protocol.py +0 -0
  300. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/dummy_cache_storage.py +0 -0
  301. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/in_memory_cache_storage_wrapper.py +0 -0
  302. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/caching/storage/local_disk_cache_storage.py +0 -0
  303. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/connection_factory.py +0 -0
  304. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/credentials.py +0 -0
  305. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/forward_msg_cache.py +0 -0
  306. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/forward_msg_queue.py +0 -0
  307. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/fragment.py +0 -0
  308. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/legacy_caching/__init__.py +0 -0
  309. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/legacy_caching/caching.py +0 -0
  310. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/legacy_caching/hashing.py +0 -0
  311. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/media_file_manager.py +0 -0
  312. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/media_file_storage.py +0 -0
  313. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/memory_media_file_storage.py +0 -0
  314. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/memory_session_storage.py +0 -0
  315. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/memory_uploaded_file_manager.py +0 -0
  316. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/metrics_util.py +0 -0
  317. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/runtime.py +0 -0
  318. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/runtime_util.py +0 -0
  319. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/script_data.py +0 -0
  320. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/__init__.py +0 -0
  321. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/magic.py +0 -0
  322. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/magic_funcs.py +0 -0
  323. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_cache.py +0 -0
  324. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_requests.py +0 -0
  325. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_run_context.py +0 -0
  326. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/scriptrunner/script_runner.py +0 -0
  327. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/secrets.py +0 -0
  328. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/session_manager.py +0 -0
  329. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/__init__.py +0 -0
  330. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/common.py +0 -0
  331. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/query_params.py +0 -0
  332. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/query_params_proxy.py +0 -0
  333. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/safe_session_state.py +0 -0
  334. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/session_state.py +0 -0
  335. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/session_state_proxy.py +0 -0
  336. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/state/widgets.py +0 -0
  337. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/stats.py +0 -0
  338. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/uploaded_file_manager.py +0 -0
  339. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/runtime/websocket_session_manager.py +0 -0
  340. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/source_util.py +0 -0
  341. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/favicon.png +0 -0
  342. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/css/main.bf304093.css +0 -0
  343. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1074.73973756.chunk.js +0 -0
  344. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1168.3029456a.chunk.js +0 -0
  345. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1307.8ea033f1.chunk.js +0 -0
  346. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1451.3b0a3e31.chunk.js +0 -0
  347. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1479.6709db03.chunk.js +0 -0
  348. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/178.b5384fd0.chunk.js +0 -0
  349. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/1792.b8efa879.chunk.js +0 -0
  350. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/2187.9469f035.chunk.js +0 -0
  351. /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
  352. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/2469.3e9c3ce9.chunk.js +0 -0
  353. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3053.7e70ec3b.chunk.js +0 -0
  354. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3092.ad569cc8.chunk.js +0 -0
  355. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3301.1d1b10bb.chunk.js +0 -0
  356. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3513.e3e7300a.chunk.js +0 -0
  357. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3631.be5c35fa.chunk.js +0 -0
  358. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/3998.01237fcf.chunk.js +0 -0
  359. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4113.1e7eff4d.chunk.js +0 -0
  360. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4132.49bf3f2c.chunk.js +0 -0
  361. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4177.69f9f18d.chunk.js +0 -0
  362. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4185.78230b2a.chunk.js +0 -0
  363. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4253.749d5244.chunk.js +0 -0
  364. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4253.749d5244.chunk.js.LICENSE.txt +0 -0
  365. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/43.76c54963.chunk.js +0 -0
  366. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4319.a6745434.chunk.js +0 -0
  367. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4477.e10e4373.chunk.js +0 -0
  368. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4500.b6f348d1.chunk.js +0 -0
  369. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/4666.b694c5a9.chunk.js +0 -0
  370. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/474.87506447.chunk.js +0 -0
  371. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5106.44f0ff51.chunk.js +0 -0
  372. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5117.04bfe5d3.chunk.js +0 -0
  373. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5345.65c91ee7.chunk.js +0 -0
  374. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5379.6571574f.chunk.js +0 -0
  375. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/5791.9a42fb4b.chunk.js +0 -0
  376. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6013.8e80e091.chunk.js +0 -0
  377. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6150.1294fa0d.chunk.js +0 -0
  378. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6405.ac5a6f23.chunk.js +0 -0
  379. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/656.ae85f8f1.chunk.js +0 -0
  380. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/656.ae85f8f1.chunk.js.LICENSE.txt +0 -0
  381. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6718.802da17e.chunk.js +0 -0
  382. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/6853.d999ac75.chunk.js +0 -0
  383. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7142.83028745.chunk.js +0 -0
  384. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7175.be4076bc.chunk.js +0 -0
  385. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7217.d970c074.chunk.js +0 -0
  386. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7323.2808d029.chunk.js +0 -0
  387. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7323.2808d029.chunk.js.LICENSE.txt +0 -0
  388. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7602.6175e969.chunk.js +0 -0
  389. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/7805.51638fbc.chunk.js +0 -0
  390. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8005.43974a35.chunk.js +0 -0
  391. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8427.44d27448.chunk.js +0 -0
  392. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8477.e948c092.chunk.js +0 -0
  393. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8492.f56c9d4c.chunk.js +0 -0
  394. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8570.6de19120.chunk.js +0 -0
  395. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/8691.9ccf7f89.chunk.js +0 -0
  396. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9330.d29313d4.chunk.js +0 -0
  397. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9336.2d95d840.chunk.js +0 -0
  398. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9656.8c935274.chunk.js +0 -0
  399. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9758.6e6d8662.chunk.js +0 -0
  400. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/js/9865.fd93213d.chunk.js +0 -0
  401. /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
  402. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2 +0 -0
  403. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf +0 -0
  404. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff +0 -0
  405. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Bold.7489a2fbfb9bfe704420.ttf +0 -0
  406. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Bold.a1abf90dfd72792a577a.woff2 +0 -0
  407. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Bold.d757c535a2e5902f1325.woff +0 -0
  408. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Regular.7e873d3833eb108a0758.ttf +0 -0
  409. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Regular.d6484fce1ef428d5bd94.woff2 +0 -0
  410. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Caligraphic-Regular.db074fa22cf224af93d7.woff +0 -0
  411. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Bold.354501bac435c3264834.woff +0 -0
  412. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Bold.4c761b3711973ab04edf.ttf +0 -0
  413. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Bold.931d67ea207ab37ee693.woff2 +0 -0
  414. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Regular.172d3529b26f8cedef6b.woff2 +0 -0
  415. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Regular.6fdf0ac577be0ba82a4c.woff +0 -0
  416. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Fraktur-Regular.ed305b5434865e06ffde.ttf +0 -0
  417. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Bold.0c3b8929d377c0e9b2f3.woff +0 -0
  418. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Bold.39890742bc957b368704.woff2 +0 -0
  419. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Bold.8169508bf58f8bd92ad8.ttf +0 -0
  420. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-BoldItalic.20f389c4120be058d80a.woff2 +0 -0
  421. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-BoldItalic.428978dc7837d46de091.woff +0 -0
  422. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-BoldItalic.828abcb200061cffbaae.ttf +0 -0
  423. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Italic.fa675e5e4bec9eb250b6.ttf +0 -0
  424. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Italic.fd947498bc16392e76c2.woff +0 -0
  425. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Italic.fe2176f79edaa716e621.woff2 +0 -0
  426. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Regular.4f35fbcc9ee8614c2bcc.woff +0 -0
  427. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Regular.9eba1d77abcf2aa6e94e.ttf +0 -0
  428. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Main-Regular.f650f111a3b890d116f1.woff2 +0 -0
  429. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-BoldItalic.3f07ed67f06c720120ce.woff +0 -0
  430. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-BoldItalic.bf2d440b3a42ea78a998.ttf +0 -0
  431. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-BoldItalic.dcbcbd93bac0470b462d.woff2 +0 -0
  432. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-Italic.6d3d25f4820d0da8f01f.woff2 +0 -0
  433. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-Italic.8a5f936332e8028c7278.ttf +0 -0
  434. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Math-Italic.96759856b4e70f3a8338.woff +0 -0
  435. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Bold.5b49f4993ae22d7975b4.ttf +0 -0
  436. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Bold.95591a929f0d32aa282a.woff2 +0 -0
  437. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Bold.b9cd458ac6d5889ff9c3.woff +0 -0
  438. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Italic.7d393d382f3e7fb1c637.woff2 +0 -0
  439. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Italic.8d593cfaa96238d5e2f8.woff +0 -0
  440. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Italic.b257a18c016f37ee4543.ttf +0 -0
  441. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Regular.02271ec5cb9f5b4588ac.woff +0 -0
  442. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Regular.2f7bc363fc5424ebda59.ttf +0 -0
  443. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_SansSerif-Regular.cd5e231e0cc53b2cb2c0.woff2 +0 -0
  444. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Script-Regular.073b3402d036714b4370.woff +0 -0
  445. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded60.woff2 +0 -0
  446. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Script-Regular.fc9ba5249878cd8f8d88.ttf +0 -0
  447. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size1-Regular.0108e89c9003e8c14ea3.woff +0 -0
  448. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size1-Regular.6de7d4b539221a49e9e2.ttf +0 -0
  449. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size1-Regular.6eec866c69313624be60.woff2 +0 -0
  450. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size2-Regular.2960900c4f271311eb36.woff2 +0 -0
  451. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size2-Regular.3a99e70aee4076660d38.woff +0 -0
  452. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size2-Regular.57f5c1837853986ea1db.ttf +0 -0
  453. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size3-Regular.7947224e8a9914fa332b.woff +0 -0
  454. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size3-Regular.8d6b6822586eea3d3b20.ttf +0 -0
  455. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size3-Regular.e1951519f6f0596f7356.woff2 +0 -0
  456. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size4-Regular.4ad7c7e8bb8d10a34bb7.ttf +0 -0
  457. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size4-Regular.aeffd8025cba3647f1a6.woff +0 -0
  458. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Size4-Regular.e418bf257af1052628d8.woff2 +0 -0
  459. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Typewriter-Regular.4c6b94fd1d07f8beff7c.woff +0 -0
  460. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Typewriter-Regular.c295e7f71970f03c0549.woff2 +0 -0
  461. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/KaTeX_Typewriter-Regular.c5c02d763c89380dcb4e.ttf +0 -0
  462. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-Bold.17a68a0751a813474a0e.woff2 +0 -0
  463. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-BoldItalic.d45b7a3df103d441d78b.woff2 +0 -0
  464. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-Italic.ec122a420df4175e74f2.woff2 +0 -0
  465. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-Regular.84b900b88d09398d86b0.woff2 +0 -0
  466. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-SemiBold.17291d1c493cb25eb2c3.woff2 +0 -0
  467. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceCodePro-SemiBoldItalic.f879ae27307c3926522b.woff2 +0 -0
  468. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-Bold.118dea98980e20a81ced.woff2 +0 -0
  469. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-BoldItalic.1d664be59d2eb5fef029.woff2 +0 -0
  470. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-Italic.8a9bfea74d43927d6eec.woff2 +0 -0
  471. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-Regular.0d69e5ff5e92ac64a0c9.woff2 +0 -0
  472. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-SemiBold.abed79cd0df1827e18cf.woff2 +0 -0
  473. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSansPro-SemiBoldItalic.befb0a2824eabc5ce36b.woff2 +0 -0
  474. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-Bold.d7975b56594770699ae0.woff2 +0 -0
  475. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-BoldItalic.913697a7178b128caa4c.woff2 +0 -0
  476. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-Italic.d3529cb5797663ac5d88.woff2 +0 -0
  477. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-Regular.e6c37aa3926474cc93e1.woff2 +0 -0
  478. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-SemiBold.5c1d378dd5990ef334ca.woff2 +0 -0
  479. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/SourceSerifPro-SemiBoldItalic.249e948b885d0c7d30a8.woff2 +0 -0
  480. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/checkmark.29851c8e9e6ef0c3d6c1e4efe3c1bb9e.svg +0 -0
  481. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/fireworks.0906f02ea43f1018a6d2.gif +0 -0
  482. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/flake-0.beded754e8024c73d9d2.png +0 -0
  483. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/flake-1.8077dc154e0bf900aa73.png +0 -0
  484. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/flake-2.e3f07d06933dd0e84c24.png +0 -0
  485. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/logo.83ae4f2fb87e38be7cbb8a5d2beb64d2.svg +0 -0
  486. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/static/static/media/rocket.b75b17d2b0a063c6cea230d1a9d77f1e.svg +0 -0
  487. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/string_util.py +0 -0
  488. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/temporary_directory.py +0 -0
  489. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/__init__.py +0 -0
  490. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/__init__.py +0 -0
  491. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/app_test.py +0 -0
  492. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/element_tree.py +0 -0
  493. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/local_script_runner.py +0 -0
  494. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/testing/v1/util.py +0 -0
  495. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/time_util.py +0 -0
  496. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/type_util.py +0 -0
  497. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/url_util.py +0 -0
  498. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/user_info.py +0 -0
  499. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/util.py +0 -0
  500. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/__init__.py +0 -0
  501. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/ipython/__init__.py +0 -0
  502. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/ipython/modified_sys_path.py +0 -0
  503. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/pympler/__init__.py +0 -0
  504. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/vendor/pympler/asizeof.py +0 -0
  505. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/version.py +0 -0
  506. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/__init__.py +0 -0
  507. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/event_based_path_watcher.py +0 -0
  508. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/local_sources_watcher.py +0 -0
  509. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/path_watcher.py +0 -0
  510. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/polling_path_watcher.py +0 -0
  511. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/watcher/util.py +0 -0
  512. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/__init__.py +0 -0
  513. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/bootstrap.py +0 -0
  514. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/cache_storage_manager_config.py +0 -0
  515. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/cli.py +0 -0
  516. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/__init__.py +0 -0
  517. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/app_static_file_handler.py +0 -0
  518. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/browser_websocket_handler.py +0 -0
  519. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/component_request_handler.py +0 -0
  520. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/media_file_handler.py +0 -0
  521. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/routes.py +0 -0
  522. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/server.py +0 -0
  523. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/server_util.py +0 -0
  524. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/stats_request_handler.py +0 -0
  525. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/upload_file_request_handler.py +0 -0
  526. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit/web/server/websocket_headers.py +0 -0
  527. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/dependency_links.txt +0 -0
  528. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/entry_points.txt +0 -0
  529. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/not-zip-safe +0 -0
  530. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/requires.txt +0 -0
  531. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/streamlit_nightly.egg-info/top_level.txt +0 -0
  532. {streamlit-nightly-1.32.3.dev20240328 → streamlit-nightly-1.32.3.dev20240329}/tests/testutil.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: streamlit-nightly
3
- Version: 1.32.3.dev20240328
3
+ Version: 1.32.3.dev20240329
4
4
  Summary: A faster way to build and share data apps
5
5
  Home-page: https://streamlit.io
6
6
  Author: Snowflake Inc
@@ -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.dev20240328" # PEP-440
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:
@@ -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\"\xf7\x0c\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\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
+ 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=1585
73
- _ELEMENT._serialized_end=3240
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: 54"""
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.722453f0.js",
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.f719e2e6.chunk.css": "./static/css/3092.f719e2e6.chunk.css",
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.c24b25fa.chunk.css": "./static/css/43.c24b25fa.chunk.css",
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.81b3d18f.chunk.css": "./static/css/2411.81b3d18f.chunk.css",
54
- "static/js/2411.b389bf4e.chunk.js": "./static/js/2411.b389bf4e.chunk.js",
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.17fbad1a.chunk.js": "./static/js/2736.17fbad1a.chunk.js",
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.722453f0.js"
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.722453f0.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>
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}