From 780874bd8ebbc5f6f484913077dc283caa69e4d6 Mon Sep 17 00:00:00 2001 From: Diego Carpintero <6709785+dcarpintero@users.noreply.github.com> Date: Mon, 21 Aug 2023 23:27:49 +0200 Subject: [PATCH] =?UTF-8?q?set=20default=20feed=20size=20to=20=C2=B410?= =?UTF-8?q?=C2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index da5b6fb..d8f09fe 100644 --- a/app.py +++ b/app.py @@ -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