Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,13 @@ tags:
|
|
9 |
- streamlit
|
10 |
pinned: false
|
11 |
short_description: Streamlit template space
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Welcome to Streamlit!
|
15 |
|
16 |
-
Edit `/src/
|
17 |
|
18 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
19 |
forums](https://discuss.streamlit.io).
|
|
|
9 |
- streamlit
|
10 |
pinned: false
|
11 |
short_description: Streamlit template space
|
12 |
+
app_file: app.py
|
13 |
+
safe_mode: false
|
14 |
---
|
15 |
|
16 |
# Welcome to Streamlit!
|
17 |
|
18 |
+
Edit `/src/app.py` to customize this app to your heart's desire. :heart:
|
19 |
|
20 |
If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
|
21 |
forums](https://discuss.streamlit.io).
|