loubnabnl HF Staff commited on
Commit
1b3afee
·
1 Parent(s): f698f3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def show_extra_info(e):
42
 
43
  st.sidebar.header('Notebook Filters')
44
  vote = st.sidebar.slider("Minimum notebook ⬆️ upvotes", min_value=0, max_value=100, step=1, value=0)
45
- size = st.sidebar.slider("Length of the notebook in number of tokens", min_value=0, max_value=15_000, step=1000, value=0)
46
 
47
  st.sidebar.header('Display Settings')
48
  show_data_metadata = st.sidebar.checkbox("Show associated (not necessarily retrieved) data Title and Description", value=True)
 
42
 
43
  st.sidebar.header('Notebook Filters')
44
  vote = st.sidebar.slider("Minimum notebook ⬆️ upvotes", min_value=0, max_value=100, step=1, value=0)
45
+ size = st.sidebar.slider("Length of the notebook in number of tokens (only the script)", min_value=0, max_value=15_000, step=1000, value=0)
46
 
47
  st.sidebar.header('Display Settings')
48
  show_data_metadata = st.sidebar.checkbox("Show associated (not necessarily retrieved) data Title and Description", value=True)