wilmerags commited on
Commit
dad85db
·
1 Parent(s): 1bbc870

fix: Add proper values to number_input component

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ _, col2, col3, _ = st.columns(4)
6
  with col2:
7
  tw_user = st.text_input("Twitter handle", "huggingface")
8
  with col3:
9
- sample = st.number_input("Maximum number of tweets to use", 1, 100, 200)
 
6
  with col2:
7
  tw_user = st.text_input("Twitter handle", "huggingface")
8
  with col3:
9
+ sample = st.number_input("Maximum number of tweets to use", 1, 10, 300)