DavMelchi commited on
Commit
ec011bb
·
1 Parent(s): 4b6555c

upgrade to streamlit 1.44

Browse files
Files changed (5) hide show
  1. .gitignore +4 -1
  2. .streamlit/config.toml +15 -0
  3. Changelog.md +5 -0
  4. README.md +1 -1
  5. requirements.txt +0 -0
.gitignore CHANGED
@@ -4,4 +4,7 @@
4
  __pycache__
5
  /data2
6
  # /physical_db/physical_database.csv
7
- # /physical_db
 
 
 
 
4
  __pycache__
5
  /data2
6
  # /physical_db/physical_database.csv
7
+ # /physical_db
8
+
9
+ # windsurf rules
10
+ .windsurfrules
.streamlit/config.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [theme]
2
+ base = "light"
3
+ primaryColor = "#005AFF" # Nokia Blue
4
+ backgroundColor = "#FFFFFF"
5
+ secondaryBackgroundColor = "#F5F7FA"
6
+ textColor = "#1C1C1E"
7
+ linkColor = "#005AFF"
8
+
9
+
10
+ [theme.sidebar]
11
+ primaryColor = "#005AFF"
12
+ backgroundColor = "#F0F2F6"
13
+ secondaryBackgroundColor = "#E6E9EF"
14
+ textColor = "#1C1C1E"
15
+ linkColor = "#005AFF"
Changelog.md CHANGED
@@ -1,6 +1,11 @@
1
 
2
  # CHANGELOGS
3
 
 
 
 
 
 
4
  ## [0.2.7] - 2025-03-22
5
 
6
  - Add app to process WBTS capacity
 
1
 
2
  # CHANGELOGS
3
 
4
+ ## [0.2.8] - 2025-04-22
5
+
6
+ - upgrade streamlit version to 1.44
7
+ - Adding theme
8
+
9
  ## [0.2.7] - 2025-03-22
10
 
11
  - Add app to process WBTS capacity
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏢
4
  colorFrom: red
5
  colorTo: green
6
  sdk: streamlit
7
- sdk_version: 1.43.2
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: red
5
  colorTo: green
6
  sdk: streamlit
7
+ sdk_version: v1.44.1
8
  app_file: app.py
9
  pinned: false
10
  ---
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ