Spaces:
Runtime error
Runtime error
Added regex dependency as not installed by default on huggingface
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ pandas==2.1.1
|
|
2 |
plotly==5.17.0
|
3 |
chromadb==0.4.15
|
4 |
better-profanity==0.7.0
|
|
|
|
2 |
plotly==5.17.0
|
3 |
chromadb==0.4.15
|
4 |
better-profanity==0.7.0
|
5 |
+
regex==2023.10.3
|