File size: 457 Bytes
13ad395
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[general]
email = "jinghui.me@gmail.com"
# The email address for the Streamlit sharing service.

[server]
headless = true
port = 8501
enableCORS = false
# Configuration for the server, including running in headless mode and setting the port.

[theme]
primaryColor = "#F39C12"
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F0F0F0"
textColor = "#000000"
font = "sans serif"
# Theme settings for the Streamlit application, including colors and font.