Matias Macias Gomez commited on
Commit
20f2c77
·
1 Parent(s): ddb22d0

gitignore and config updates

Browse files
Files changed (2) hide show
  1. .gitignore +4 -1
  2. .streamlit/config.toml +2 -0
.gitignore CHANGED
@@ -35,4 +35,7 @@ ENV/
35
  data/*.mp4
36
  data/*.webm
37
 
38
- .idea
 
 
 
 
35
  data/*.mp4
36
  data/*.webm
37
 
38
+ .idea
39
+
40
+ # streamlit
41
+ .streamlit/secrets.toml
.streamlit/config.toml ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [theme]
2
+ primaryColor = "#4b84ff"