Skip to content

Commit 8a3f341

Browse files
Remove filename
1 parent 191f8db commit 8a3f341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/fundamentals/main-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can also write to your app without calling any Streamlit methods.
113113
Streamlit supports "[magic commands](/develop/api-reference/write-magic/magic)," which means you don't have to use
114114
[`st.write()`](/develop/api-reference/write-magic/st.write) at all! To see this in action try this snippet:
115115

116-
```python filename="streamlit_app.py" try
116+
```python try
117117
"""
118118
# My first app
119119
Here's our first attempt at using data to create a table:

0 commit comments

Comments
 (0)