Meteorama commited on
Commit
fc9f961
·
verified ·
1 Parent(s): 587f40e

Upload 2 files

Browse files
.streamlit/streamlit_config.toml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [theme]
2
+ base="dark"
3
+ primaryColor="#0cacbb"
4
+ backgroundColor="#161618"
5
+ secondaryBackgroundColor="#293339"
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ecmwf-opendata==0.2.0
2
+ folium==0.15.1
3
+ openmeteo_requests==1.1.0
4
+ openmeteo_sdk==1.7.1
5
+ Pillow==9.5.0
6
+ streamlit==1.31.1
7
+ streamlit-authenticator==0.2.3
8
+ streamlit-folium
9
+ requests-cache
10
+ retry-requests
11
+ numpy
12
+ scipy