Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,11 @@ tags:
|
|
| 9 |
- streamlit
|
| 10 |
pinned: false
|
| 11 |
short_description: Streamlit template space
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Welcome to Streamlit!
|
|
|
|
| 9 |
- streamlit
|
| 10 |
pinned: false
|
| 11 |
short_description: Streamlit template space
|
| 12 |
+
params:
|
| 13 |
+
# Adjust app_port if necessary, but 7860 is common for Streamlit
|
| 14 |
+
app_port: 7860
|
| 15 |
+
STREAMLIT_SERVER_ENABLE_GATHER_USAGE_STATS: false
|
| 16 |
+
STREAMLIT_SERVER_ENABLE_TELEMETRY: false
|
| 17 |
---
|
| 18 |
|
| 19 |
# Welcome to Streamlit!
|