streamlit-nightly 1.41.2.dev20241221__py2.py3-none-any.whl → 1.41.2.dev20241222__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/elements/widgets/audio_input.py +10 -3
- {streamlit_nightly-1.41.2.dev20241221.dist-info → streamlit_nightly-1.41.2.dev20241222.dist-info}/METADATA +1 -1
- {streamlit_nightly-1.41.2.dev20241221.dist-info → streamlit_nightly-1.41.2.dev20241222.dist-info}/RECORD +7 -7
- {streamlit_nightly-1.41.2.dev20241221.data → streamlit_nightly-1.41.2.dev20241222.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.41.2.dev20241221.dist-info → streamlit_nightly-1.41.2.dev20241222.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.41.2.dev20241221.dist-info → streamlit_nightly-1.41.2.dev20241222.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.41.2.dev20241221.dist-info → streamlit_nightly-1.41.2.dev20241222.dist-info}/top_level.txt +0 -0
@@ -159,9 +159,16 @@ class AudioInputMixin:
|
|
159
159
|
Returns
|
160
160
|
-------
|
161
161
|
None or UploadedFile
|
162
|
-
The UploadedFile class is a subclass of BytesIO
|
163
|
-
"file-like". This means you can pass an instance of it
|
164
|
-
file is expected. The MIME type for the audio data is
|
162
|
+
The ``UploadedFile`` class is a subclass of ``BytesIO``, and
|
163
|
+
therefore is "file-like". This means you can pass an instance of it
|
164
|
+
anywhere a file is expected. The MIME type for the audio data is
|
165
|
+
``audio/wav``.
|
166
|
+
|
167
|
+
.. Note::
|
168
|
+
The resulting ``UploadedFile`` is subject to the size
|
169
|
+
limitation configured in ``server.maxUploadSize``. If you
|
170
|
+
expect large sound files, update the configuration option
|
171
|
+
appropriately.
|
165
172
|
|
166
173
|
Examples
|
167
174
|
--------
|
@@ -107,7 +107,7 @@ streamlit/elements/lib/streamlit_plotly_theme.py,sha256=DgMP_PWTfFO5J__q8bGxoT3e
|
|
107
107
|
streamlit/elements/lib/subtitle_utils.py,sha256=ciPgQ6Yi3NS7OdFgDH6lGFwDZpv022flEyQKY5lHNiE,6245
|
108
108
|
streamlit/elements/lib/utils.py,sha256=8VVty4Jd99ynSxjKKqVnEaVsFydBX2m2s24fIdkGgZI,7670
|
109
109
|
streamlit/elements/widgets/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
110
|
-
streamlit/elements/widgets/audio_input.py,sha256=
|
110
|
+
streamlit/elements/widgets/audio_input.py,sha256=410PZGUXDCt8Oz-NUVerpKjrYO8kAj-bt_vVozt4o4E,10298
|
111
111
|
streamlit/elements/widgets/button.py,sha256=DfuQG3ukM_mbPF2AwixRCq6-jLvtlO2uOuFDtrB-K3o,37740
|
112
112
|
streamlit/elements/widgets/button_group.py,sha256=y3-gb1mRHN-4XLi7BNzAveOR481cONMhckOAldpqH4Y,36534
|
113
113
|
streamlit/elements/widgets/camera_input.py,sha256=Ms-lZ13CK8Z2vUiT35wiLbYhEF73tV6RqgFWQdw_-mQ,8842
|
@@ -548,9 +548,9 @@ streamlit/web/server/server_util.py,sha256=ioIHkXNlA_ujj2Q3isziM8r5glKxgK2JZRoCD
|
|
548
548
|
streamlit/web/server/stats_request_handler.py,sha256=e144zIhzLTB1PN4CwTCxElCoWMuo9IsBEPex2exHCQ0,3641
|
549
549
|
streamlit/web/server/upload_file_request_handler.py,sha256=ftyKpARrUjOpRcFETIXuoTyOG_mo-ToOw5NI0y_W4lE,5003
|
550
550
|
streamlit/web/server/websocket_headers.py,sha256=uUxypj04ondEC4ocBiYCndX_N06Zwe1Mt690Vupe08Y,2232
|
551
|
-
streamlit_nightly-1.41.2.
|
552
|
-
streamlit_nightly-1.41.2.
|
553
|
-
streamlit_nightly-1.41.2.
|
554
|
-
streamlit_nightly-1.41.2.
|
555
|
-
streamlit_nightly-1.41.2.
|
556
|
-
streamlit_nightly-1.41.2.
|
551
|
+
streamlit_nightly-1.41.2.dev20241222.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
552
|
+
streamlit_nightly-1.41.2.dev20241222.dist-info/METADATA,sha256=Jc8fH9lcqfI7dtieTwylL-FOP_wr0zYSiB251wbdRpg,8707
|
553
|
+
streamlit_nightly-1.41.2.dev20241222.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
554
|
+
streamlit_nightly-1.41.2.dev20241222.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
555
|
+
streamlit_nightly-1.41.2.dev20241222.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
556
|
+
streamlit_nightly-1.41.2.dev20241222.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|