streamlit-nightly 1.25.1.dev20230817__py2.py3-none-any.whl → 1.25.1.dev20230819__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.
- streamlit/__init__.py +1 -0
- streamlit/delta_generator.py +15 -6
- streamlit/elements/arrow_altair.py +82 -59
- streamlit/elements/dataframe_selector.py +108 -60
- streamlit/elements/heading.py +29 -15
- streamlit/elements/layouts.py +128 -2
- streamlit/elements/lib/mutable_status_container.py +179 -0
- streamlit/elements/markdown.py +17 -3
- streamlit/elements/widgets/button.py +1 -0
- streamlit/elements/widgets/chat.py +2 -2
- streamlit/elements/widgets/checkbox.py +9 -1
- streamlit/elements/widgets/radio.py +9 -6
- streamlit/external/langchain/streamlit_callback_handler.py +60 -92
- streamlit/proto/Block_pb2.py +13 -13
- streamlit/static/asset-manifest.json +3 -3
- streamlit/static/index.html +1 -1
- streamlit/static/static/js/6853.3c23374a.chunk.js +1 -0
- streamlit/static/static/js/main.a097c1ce.js +2 -0
- {streamlit_nightly-1.25.1.dev20230817.dist-info → streamlit_nightly-1.25.1.dev20230819.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.25.1.dev20230817.dist-info → streamlit_nightly-1.25.1.dev20230819.dist-info}/RECORD +25 -25
- streamlit/external/langchain/mutable_expander.py +0 -172
- streamlit/static/static/js/6853.a92ae425.chunk.js +0 -1
- streamlit/static/static/js/main.59efacbc.js +0 -2
- /streamlit/static/static/js/{main.59efacbc.js.LICENSE.txt → main.a097c1ce.js.LICENSE.txt} +0 -0
- {streamlit_nightly-1.25.1.dev20230817.data → streamlit_nightly-1.25.1.dev20230819.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.25.1.dev20230817.dist-info → streamlit_nightly-1.25.1.dev20230819.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.25.1.dev20230817.dist-info → streamlit_nightly-1.25.1.dev20230819.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.25.1.dev20230817.dist-info → streamlit_nightly-1.25.1.dev20230819.dist-info}/top_level.txt +0 -0
streamlit/proto/Block_pb2.py
CHANGED
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Block.proto\"\
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bstreamlit/proto/Block.proto\"\xd3\x05\n\x05\x42lock\x12#\n\x08vertical\x18\x01 \x01(\x0b\x32\x0f.Block.VerticalH\x00\x12\'\n\nhorizontal\x18\x02 \x01(\x0b\x32\x11.Block.HorizontalH\x00\x12\x1f\n\x06\x63olumn\x18\x03 \x01(\x0b\x32\r.Block.ColumnH\x00\x12\'\n\nexpandable\x18\x04 \x01(\x0b\x32\x11.Block.ExpandableH\x00\x12\x1b\n\x04\x66orm\x18\x05 \x01(\x0b\x32\x0b.Block.FormH\x00\x12,\n\rtab_container\x18\x06 \x01(\x0b\x32\x13.Block.TabContainerH\x00\x12\x19\n\x03tab\x18\x07 \x01(\x0b\x32\n.Block.TabH\x00\x12*\n\x0c\x63hat_message\x18\t \x01(\x0b\x32\x12.Block.ChatMessageH\x00\x12\x13\n\x0b\x61llow_empty\x18\x08 \x01(\x08\x1a\n\n\x08Vertical\x1a\x19\n\nHorizontal\x12\x0b\n\x03gap\x18\x01 \x01(\t\x1a%\n\x06\x43olumn\x12\x0e\n\x06weight\x18\x01 \x01(\x01\x12\x0b\n\x03gap\x18\x02 \x01(\t\x1aM\n\nExpandable\x12\r\n\x05label\x18\x01 \x01(\t\x12\x15\n\x08\x65xpanded\x18\x02 \x01(\x08H\x00\x88\x01\x01\x12\x0c\n\x04icon\x18\x03 \x01(\tB\x0b\n\t_expanded\x1a\x30\n\x04\x46orm\x12\x0f\n\x07\x66orm_id\x18\x01 \x01(\t\x12\x17\n\x0f\x63lear_on_submit\x18\x02 \x01(\x08\x1a\x0e\n\x0cTabContainer\x1a\x14\n\x03Tab\x12\r\n\x05label\x18\x01 \x01(\t\x1a\x8d\x01\n\x0b\x43hatMessage\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0e\n\x06\x61vatar\x18\x02 \x01(\t\x12\x32\n\x0b\x61vatar_type\x18\x03 \x01(\x0e\x32\x1d.Block.ChatMessage.AvatarType\",\n\nAvatarType\x12\t\n\x05IMAGE\x10\x00\x12\t\n\x05\x45MOJI\x10\x01\x12\x08\n\x04ICON\x10\x02\x42\x06\n\x04typeb\x06proto3')
|
17
17
|
|
18
18
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
19
19
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.Block_pb2', globals())
|
@@ -21,7 +21,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
21
21
|
|
22
22
|
DESCRIPTOR._options = None
|
23
23
|
_BLOCK._serialized_start=32
|
24
|
-
_BLOCK._serialized_end=
|
24
|
+
_BLOCK._serialized_end=755
|
25
25
|
_BLOCK_VERTICAL._serialized_start=360
|
26
26
|
_BLOCK_VERTICAL._serialized_end=370
|
27
27
|
_BLOCK_HORIZONTAL._serialized_start=372
|
@@ -29,15 +29,15 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
29
29
|
_BLOCK_COLUMN._serialized_start=399
|
30
30
|
_BLOCK_COLUMN._serialized_end=436
|
31
31
|
_BLOCK_EXPANDABLE._serialized_start=438
|
32
|
-
_BLOCK_EXPANDABLE._serialized_end=
|
33
|
-
_BLOCK_FORM._serialized_start=
|
34
|
-
_BLOCK_FORM._serialized_end=
|
35
|
-
_BLOCK_TABCONTAINER._serialized_start=
|
36
|
-
_BLOCK_TABCONTAINER._serialized_end=
|
37
|
-
_BLOCK_TAB._serialized_start=
|
38
|
-
_BLOCK_TAB._serialized_end=
|
39
|
-
_BLOCK_CHATMESSAGE._serialized_start=
|
40
|
-
_BLOCK_CHATMESSAGE._serialized_end=
|
41
|
-
_BLOCK_CHATMESSAGE_AVATARTYPE._serialized_start=
|
42
|
-
_BLOCK_CHATMESSAGE_AVATARTYPE._serialized_end=
|
32
|
+
_BLOCK_EXPANDABLE._serialized_end=515
|
33
|
+
_BLOCK_FORM._serialized_start=517
|
34
|
+
_BLOCK_FORM._serialized_end=565
|
35
|
+
_BLOCK_TABCONTAINER._serialized_start=567
|
36
|
+
_BLOCK_TABCONTAINER._serialized_end=581
|
37
|
+
_BLOCK_TAB._serialized_start=583
|
38
|
+
_BLOCK_TAB._serialized_end=603
|
39
|
+
_BLOCK_CHATMESSAGE._serialized_start=606
|
40
|
+
_BLOCK_CHATMESSAGE._serialized_end=747
|
41
|
+
_BLOCK_CHATMESSAGE_AVATARTYPE._serialized_start=703
|
42
|
+
_BLOCK_CHATMESSAGE_AVATARTYPE._serialized_end=747
|
43
43
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"files": {
|
3
3
|
"main.css": "./static/css/main.f4a8738f.css",
|
4
|
-
"main.js": "./static/js/main.
|
4
|
+
"main.js": "./static/js/main.a097c1ce.js",
|
5
5
|
"static/js/9336.7efa8bb1.chunk.js": "./static/js/9336.7efa8bb1.chunk.js",
|
6
6
|
"static/js/9330.7033aa48.chunk.js": "./static/js/9330.7033aa48.chunk.js",
|
7
7
|
"static/js/2736.ea6e18f0.chunk.js": "./static/js/2736.ea6e18f0.chunk.js",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"static/js/1451.e8f82e14.chunk.js": "./static/js/1451.e8f82e14.chunk.js",
|
29
29
|
"static/js/1074.27e2b6be.chunk.js": "./static/js/1074.27e2b6be.chunk.js",
|
30
30
|
"static/js/8477.d8369fad.chunk.js": "./static/js/8477.d8369fad.chunk.js",
|
31
|
-
"static/js/6853.
|
31
|
+
"static/js/6853.3c23374a.chunk.js": "./static/js/6853.3c23374a.chunk.js",
|
32
32
|
"static/js/4477.c895f942.chunk.js": "./static/js/4477.c895f942.chunk.js",
|
33
33
|
"static/js/4319.85127b80.chunk.js": "./static/js/4319.85127b80.chunk.js",
|
34
34
|
"static/js/5106.b4dfcf80.chunk.js": "./static/js/5106.b4dfcf80.chunk.js",
|
@@ -145,6 +145,6 @@
|
|
145
145
|
},
|
146
146
|
"entrypoints": [
|
147
147
|
"static/css/main.f4a8738f.css",
|
148
|
-
"static/js/main.
|
148
|
+
"static/js/main.a097c1ce.js"
|
149
149
|
]
|
150
150
|
}
|
streamlit/static/index.html
CHANGED
@@ -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"/><title>Streamlit</title><script>window.prerenderReady=!1</script><script defer="defer" src="./static/js/main.
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><link rel="shortcut icon" href="./favicon.png"/><title>Streamlit</title><script>window.prerenderReady=!1</script><script defer="defer" src="./static/js/main.a097c1ce.js"></script><link href="./static/css/main.f4a8738f.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
|
+
"use strict";(self.webpackChunk_streamlit_app=self.webpackChunk_streamlit_app||[]).push([[6853],{76853:function(e,n,t){t.r(n),t.d(n,{default:function(){return m}});var r=t(66845),s=t(25621),i=t(95118),o=t(21e3),a=t(66694),l=t(1515),c=t(63637),u=t(60484),p=(0,l.Z)(c.Q,{shouldForwardProp:u.Z,target:"e1se5lgy1"})((function(e){var n=e.theme,t=e.$usingCustomTheme;return{marginTop:n.spacing.none,marginBottom:n.spacing.none,marginRight:n.spacing.none,marginLeft:n.spacing.none,borderColor:n.colors.fadedText10,borderTopColor:t?n.colors.primary:n.colors.blue70,flexGrow:0,flexShrink:0}}),""),g=(0,l.Z)("div",{target:"e1se5lgy0"})((function(e){return{display:"flex",gap:e.theme.spacing.lg,alignItems:"center",width:"100%"}}),""),d=t(40864);var m=function(e){var n=e.width,t=e.element,l=(0,s.u)(),c=r.useContext(a.E).activeTheme,u=!(0,i.MJ)(c),m={width:n};return(0,d.jsx)("div",{className:"stSpinner","data-testid":"stSpinner",style:m,children:(0,d.jsxs)(g,{children:[(0,d.jsx)(p,{$size:l.iconSizes.twoXL,$usingCustomTheme:u}),(0,d.jsx)(o.ZP,{source:t.text,allowHTML:!1})]})})}}}]);
|