Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,14 +261,6 @@ def _draw_groups(roadmap_by_group, groups):
icon="👾",
)

st.success(
"""
Read [the blog post on Streamlit's roadmap](https://blog.streamlit.io/the-next-frontier-for-streamlit/)
to understand our broader vision.
""",
icon="🗺",
)

results = _get_raw_roadmap()["results"]
roadmap_by_group = _get_roadmap(results)

Expand All @@ -279,4 +271,4 @@ def _draw_groups(roadmap_by_group, groups):

with st.expander("Show past quarters"):
_draw_groups(roadmap_by_group, past_groups)
_draw_groups(roadmap_by_group, future_groups)
_draw_groups(roadmap_by_group, future_groups)