Skip to content

Commit

Permalink
set default feed size to ´10´
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarpintero committed Aug 21, 2023
1 parent 0b60aea commit 780874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def sidebar():
)

feed = st.sidebar.slider('Story Feed', min_value=0,
max_value=100, value=5, step=5)
max_value=100, value=10, step=5)

return topic, category, country, fields, feed

Expand Down

0 comments on commit 780874b

Please sign in to comment.