Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
2693162
1
Parent(s):
2ec437a
.streamlit
Browse files- .streamlit/config.toml +10 -0
- .streamlit/secret.toml +5 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
|
3 |
+
base="light"
|
4 |
+
#primaryColor="#a40303"
|
5 |
+
#backgroundColor="#FFF"
|
6 |
+
#textColor="#ffffff"
|
7 |
+
#secondaryBackgroundColor="#126072"
|
8 |
+
|
9 |
+
[browser]
|
10 |
+
gatherUsageStats = false
|
.streamlit/secret.toml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
aws_id='AKIAZNJLOIWJSOWTAE4H'
|
3 |
+
aws_key='jRaATI28+TBuryYoVzp6y/LGgZjwywgQvNz0jMgZ'
|
4 |
+
|
5 |
+
|