Spaces:
Running
Running
MohitGupta41 commited on
Commit ·
7d213f9
1
Parent(s): 174c42d
Initial Commit
Browse files- .streamlit/config.toml +10 -0
.streamlit/config.toml
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
[theme]
|
| 2 |
base="dark"
|
| 3 |
primaryColor="#3B82F6"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[theme]
|
| 2 |
base="dark"
|
| 3 |
primaryColor="#3B82F6"
|
| 4 |
+
|
| 5 |
+
[server]
|
| 6 |
+
headless = true
|
| 7 |
+
address = "0.0.0.0"
|
| 8 |
+
port = 7860
|
| 9 |
+
enableCORS = false
|
| 10 |
+
enableXsrfProtection = false
|
| 11 |
+
# optional but sometimes helpful:
|
| 12 |
+
# enableWebsocketCompression = false
|
| 13 |
+
# maxUploadSize = 300
|