We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a7c57 commit fde76e2Copy full SHA for fde76e2
issues/gh-14249/app.py
@@ -13,6 +13,8 @@ def foo():
13
if section == "S1":
14
st.markdown("- S1.1")
15
st.markdown("- S1.2")
16
+ st.markdown("- S1.3")
17
+ st.markdown("- S1.4")
18
elif section == "S2":
19
(tab,) = st.tabs(["S2.Tab"])
20
foo()
0 commit comments