Skip to content

Commit fde76e2

Browse files
authored
Update app.py
1 parent 43a7c57 commit fde76e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

issues/gh-14249/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ def foo():
1313
if section == "S1":
1414
st.markdown("- S1.1")
1515
st.markdown("- S1.2")
16+
st.markdown("- S1.3")
17+
st.markdown("- S1.4")
1618
elif section == "S2":
1719
(tab,) = st.tabs(["S2.Tab"])
1820
foo()

0 commit comments

Comments
 (0)