Upgrade streamlit to 1.8.0
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,6 +3,6 @@ matplotlib==3.5.1
|
|
3 |
numpy==1.21.4
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
pydub==0.25.1
|
6 |
-
streamlit==1.
|
7 |
streamlit_webrtc==0.36.1
|
8 |
typing_extensions==4.1.1
|
|
|
3 |
numpy==1.21.4
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
pydub==0.25.1
|
6 |
+
streamlit==1.8.0
|
7 |
streamlit_webrtc==0.36.1
|
8 |
typing_extensions==4.1.1
|