streamlit-nightly 1.37.1.dev20240725__py2.py3-none-any.whl → 1.37.1.dev20240726__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.
@@ -11,32 +11,32 @@
11
11
  */
12
12
 
13
13
  /*!
14
- * The buffer module from node.js, for the browser.
15
- *
16
- * @author Feross Aboukhadijeh <https://feross.org>
17
- * @license MIT
18
- */
14
+ * The buffer module from node.js, for the browser.
15
+ *
16
+ * @author Feross Aboukhadijeh <https://feross.org>
17
+ * @license MIT
18
+ */
19
19
 
20
20
  /*!
21
- * Determine if an object is a Buffer
22
- *
23
- * @author Feross Aboukhadijeh <https://feross.org>
24
- * @license MIT
25
- */
21
+ * Determine if an object is a Buffer
22
+ *
23
+ * @author Feross Aboukhadijeh <https://feross.org>
24
+ * @license MIT
25
+ */
26
26
 
27
27
  /*!
28
- * pad-left <https://github.com/jonschlinkert/pad-left>
29
- *
30
- * Copyright (c) 2014-2015, Jon Schlinkert.
31
- * Licensed under the MIT license.
32
- */
28
+ * pad-left <https://github.com/jonschlinkert/pad-left>
29
+ *
30
+ * Copyright (c) 2014-2015, Jon Schlinkert.
31
+ * Licensed under the MIT license.
32
+ */
33
33
 
34
34
  /*!
35
- * repeat-string <https://github.com/jonschlinkert/repeat-string>
36
- *
37
- * Copyright (c) 2014-2015, Jon Schlinkert.
38
- * Licensed under the MIT License.
39
- */
35
+ * repeat-string <https://github.com/jonschlinkert/repeat-string>
36
+ *
37
+ * Copyright (c) 2014-2015, Jon Schlinkert.
38
+ * Licensed under the MIT License.
39
+ */
40
40
 
41
41
  /*!
42
42
  * The buffer module from node.js, for the browser.