streamlit-nightly 1.35.1.dev20240528__py2.py3-none-any.whl → 1.35.1.dev20240530__py2.py3-none-any.whl

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.
@@ -25,6 +25,7 @@ if TYPE_CHECKING:
25
25
 
26
26
 
27
27
  class EmptyMixin:
28
+ @gather_metrics("empty")
28
29
  def empty(self) -> DeltaGenerator:
29
30
  """Insert a single-element container.
30
31
 
@@ -103,9 +103,9 @@ class Arrow(google.protobuf.message.Message):
103
103
  def styler(self) -> global___Styler:
104
104
  """Pandas styler information"""
105
105
  width: builtins.int
106
- """Width in CSS points"""
106
+ """Width in pixels"""
107
107
  height: builtins.int
108
- """Height in CSS points"""
108
+ """Height in pixels"""
109
109
  use_container_width: builtins.bool
110
110
  """If True, will overwrite the dataframe width to fit to container."""
111
111
  id: builtins.str
@@ -225,9 +225,9 @@ class ElementDimensionSpec(google.protobuf.message.Message):
225
225
  WIDTH_FIELD_NUMBER: builtins.int
226
226
  HEIGHT_FIELD_NUMBER: builtins.int
227
227
  width: builtins.int
228
- """width in CSS points"""
228
+ """width in pixels"""
229
229
  height: builtins.int
230
- """height in CSS points"""
230
+ """height in pixels"""
231
231
  def __init__(
232
232
  self,
233
233
  *,
@@ -55,7 +55,7 @@ class Skeleton(google.protobuf.message.Message):
55
55
  style: global___Skeleton.SkeletonStyle.ValueType
56
56
  """Skeleton visual style"""
57
57
  height: builtins.int
58
- """Height in CSS points"""
58
+ """Height in pixels"""
59
59
  def __init__(
60
60
  self,
61
61
  *,
@@ -121,6 +121,10 @@ _ATTRIBUTIONS_TO_CHECK: Final = [
121
121
  "litellm",
122
122
  "comet_llm",
123
123
  "instructor",
124
+ "xgboost",
125
+ "lightgbm",
126
+ "catboost",
127
+ "sklearn",
124
128
  # Workflow Tools:
125
129
  "prefect",
126
130
  "luigi",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.3aaaea00.css",
4
- "main.js": "./static/js/main.206766ee.js",
4
+ "main.js": "./static/js/main.9978e612.js",
5
5
  "static/js/9336.3e046ad7.chunk.js": "./static/js/9336.3e046ad7.chunk.js",
6
6
  "static/js/9330.2b4c99e0.chunk.js": "./static/js/9330.2b4c99e0.chunk.js",
7
7
  "static/js/2736.4336e2b9.chunk.js": "./static/js/2736.4336e2b9.chunk.js",
@@ -151,6 +151,6 @@
151
151
  },
152
152
  "entrypoints": [
153
153
  "static/css/main.3aaaea00.css",
154
- "static/js/main.206766ee.js"
154
+ "static/js/main.9978e612.js"
155
155
  ]
156
156
  }
@@ -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.206766ee.js"></script><link href="./static/css/main.3aaaea00.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.9978e612.js"></script><link href="./static/css/main.3aaaea00.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>