Spaces:
Running
Running
Pin Streamlit version to ensure compatibility
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Generated requirements for Hugging Face Spaces deployment
|
2 |
|
3 |
-
streamlit
|
4 |
mistralai>=0.0.3
|
5 |
Pillow>=9.0.0
|
6 |
opencv-python-headless>=4.5.0
|
|
|
1 |
# Generated requirements for Hugging Face Spaces deployment
|
2 |
|
3 |
+
streamlit==1.28.0
|
4 |
mistralai>=0.0.3
|
5 |
Pillow>=9.0.0
|
6 |
opencv-python-headless>=4.5.0
|