modified: .streamlit/config.toml
Browse files- .streamlit/config.toml +10 -1
.streamlit/config.toml
CHANGED
@@ -3,4 +3,13 @@ primaryColor="#F63366"
|
|
3 |
backgroundColor="#FFFFFF"
|
4 |
secondaryBackgroundColor="#F0F2F6"
|
5 |
textColor="#262730"
|
6 |
-
font="sans serif"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
backgroundColor="#FFFFFF"
|
4 |
secondaryBackgroundColor="#F0F2F6"
|
5 |
textColor="#262730"
|
6 |
+
font="sans serif"
|
7 |
+
|
8 |
+
[browser]
|
9 |
+
serverAddress = "0.0.0.0"
|
10 |
+
serverPort = 7860
|
11 |
+
gatherUsageStats = false
|
12 |
+
|
13 |
+
[server]
|
14 |
+
address = "0.0.0.0"
|
15 |
+
port = 7860
|