Spaces:
Paused
Paused
nouvelle correction dockerfile
Browse files- .gitignore +1 -1
- .streamlit/config.toml +7 -0
.gitignore
CHANGED
|
@@ -25,7 +25,7 @@ env/
|
|
| 25 |
*.sublime-workspace
|
| 26 |
|
| 27 |
# 📂 Streamlit cache & config
|
| 28 |
-
.streamlit/config.toml
|
| 29 |
.streamlit/secrets.toml
|
| 30 |
.streamlit/credentials.toml
|
| 31 |
.streamlit/cache/
|
|
|
|
| 25 |
*.sublime-workspace
|
| 26 |
|
| 27 |
# 📂 Streamlit cache & config
|
| 28 |
+
!.streamlit/config.toml
|
| 29 |
.streamlit/secrets.toml
|
| 30 |
.streamlit/credentials.toml
|
| 31 |
.streamlit/cache/
|
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[browser]
|
| 2 |
+
gatherUsageStats = false
|
| 3 |
+
|
| 4 |
+
[server]
|
| 5 |
+
headless = true
|
| 6 |
+
port = 8501
|
| 7 |
+
enableCORS = false
|