Spaces:
Runtime error
Runtime error
Borja Gómez Muñoz
commited on
Commit
·
db36403
1
Parent(s):
b0e1c6f
Fixing requirements + adding images
Browse files- images/fourthbrain_logo.png +0 -0
- images/reddit_logo.png +0 -0
- images/tsla_logo.png +0 -0
- requirements.txt +5 -1
images/fourthbrain_logo.png
ADDED
images/reddit_logo.png
ADDED
images/tsla_logo.png
ADDED
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.22.3
|
2 |
+
pandas==1.4.2
|
3 |
+
Pillow==9.2.0
|
4 |
+
plotly==5.6.0
|
5 |
+
streamlit==1.10.0
|