Spaces:
Runtime error
Runtime error
set the streamlit version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,5 +2,5 @@ numpy
|
|
2 |
mtranslate
|
3 |
# streamlit version 0.67.1 is needed due to issue with caching
|
4 |
# streamlit==0.67.1
|
5 |
-
streamlit
|
6 |
psutil
|
|
|
2 |
mtranslate
|
3 |
# streamlit version 0.67.1 is needed due to issue with caching
|
4 |
# streamlit==0.67.1
|
5 |
+
streamlit==1.9.0
|
6 |
psutil
|