We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191f8db commit 8a3f341Copy full SHA for 8a3f341
content/get-started/fundamentals/main-concepts.md
@@ -113,7 +113,7 @@ You can also write to your app without calling any Streamlit methods.
113
Streamlit supports "[magic commands](/develop/api-reference/write-magic/magic)," which means you don't have to use
114
[`st.write()`](/develop/api-reference/write-magic/st.write) at all! To see this in action try this snippet:
115
116
-```python filename="streamlit_app.py" try
+```python try
117
"""
118
# My first app
119
Here's our first attempt at using data to create a table:
0 commit comments