harit-pc commited on
Commit
5adb07a
·
1 Parent(s): f767c62

Update streamlit config

Browse files
Files changed (1) hide show
  1. .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
- serverAddress = "0.0.0.0"
8
- serverPort = 7860
 
 
 
4
  secondaryBackgroundColor="#F0F2F6"
5
  textColor="#262730"
6
  font="sans serif"
7
+
8
+ [server]
9
+ address = "localhost"
10
+ port = 7860