Add Streamlit dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -102,4 +102,5 @@ uuid_utils
|
|
| 102 |
websockets==16.0
|
| 103 |
xxhash
|
| 104 |
yarl
|
| 105 |
-
zstandard
|
|
|
|
|
|
| 102 |
websockets==16.0
|
| 103 |
xxhash
|
| 104 |
yarl
|
| 105 |
+
zstandard
|
| 106 |
+
streamlit>=1.40.0
|