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
2 changes: 2 additions & 0 deletions streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

In the meantime, below is an example of what you can do with just a few lines of code:
"""
# Title of the app
st.title("Spiral Visualization")

num_points = st.slider("Number of points in spiral", 1, 10000, 1100)
num_turns = st.slider("Number of turns in spiral", 1, 300, 31)
Expand Down