From 30d0659c03b292ee710a560b4a80d779ab27f499 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 7 Mar 2024 13:57:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B8=83=E5=B1=80=E4=B8=BA?= =?UTF-8?q?=203:1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 09672d3..b4e1434 100644 --- a/main.py +++ b/main.py @@ -87,9 +87,8 @@ with left_col: 'ann_file': "path", 'ann_file_lbs': "lbs_path", }) -# col1, col2, col3, col4, col5 = st.columns(5) -with right_col: +with right_col: st.slider(label='evolve_r', key='evolve_r', min_value=0.0, max_value=0.5, step=0.01, on_change=update_config)