yoonuspk17 commited on
Commit
f83c708
·
verified ·
1 Parent(s): 6792b74

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -13,7 +13,7 @@ forums](https://discuss.streamlit.io).
13
  In the meantime, below is an example of what you can do with just a few lines of code:
14
  """
15
 
16
- num_points = st.slider("Number of points in spiral", 1, 10000, 1100)
17
  num_turns = st.slider("Number of turns in spiral", 1, 300, 31)
18
 
19
  indices = np.linspace(0, 1, num_points)
 
13
  In the meantime, below is an example of what you can do with just a few lines of code:
14
  """
15
 
16
+ num_points = st.slider("Number of points in spiral yoonus", 1, 10000, 1100)
17
  num_turns = st.slider("Number of turns in spiral", 1, 300, 31)
18
 
19
  indices = np.linspace(0, 1, num_points)