harit-pc
commited on
Commit
·
5adb07a
1
Parent(s):
f767c62
Update streamlit config
Browse files- .streamlit/config.toml +4 -2
.streamlit/config.toml
CHANGED
@@ -4,5 +4,7 @@ backgroundColor="#FFFFFF"
|
|
4 |
secondaryBackgroundColor="#F0F2F6"
|
5 |
textColor="#262730"
|
6 |
font="sans serif"
|
7 |
-
|
8 |
-
|
|
|
|
|
|
4 |
secondaryBackgroundColor="#F0F2F6"
|
5 |
textColor="#262730"
|
6 |
font="sans serif"
|
7 |
+
|
8 |
+
[server]
|
9 |
+
address = "localhost"
|
10 |
+
port = 7860
|