Spaces:
Runtime error
Runtime error
mariagrandury
commited on
Commit
•
2388d0d
1
Parent(s):
2a081f9
Create requirements.txt
Browse filesFix `ModuleNotFoundError: No module named 'altair.vegalite.v4'` following https://discuss.huggingface.co/t/streamlit-spaces-with-modulenotfounderror-no-module-named-altair-vegalite-v4-error/39683/3
- requirements.txt +2 -0
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
altair<5
|
2 |
+
streamlit
|