blunt-octopus commited on
Commit
212f56d
1 Parent(s): 35556d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ with st.form("Taxonomizer"):
60
 
61
  title = st.text_area(label='Title', height=30)
62
  abstract = st.text_area(label='Abstract (optional)', height=200)
63
- xx = st.slider(label='Verbosity', min_value=0, max_value=100, value=95)
64
- st.caption('Lower values will generate a few best guesses. Higher values will lead to a comprehensive list of topics that our model considers relevant. \nEmpirically, values arond 70 work best and generate a list of 3-5 guesses.')
65
 
66
  submitted = st.form_submit_button("Taxonomize")
67
  st.caption('We **do not** recommend using ArXivTaxonomizer© to choose tags for you new paper.')
 
60
 
61
  title = st.text_area(label='Title', height=30)
62
  abstract = st.text_area(label='Abstract (optional)', height=200)
63
+ xx = st.slider(label='Verbosity', min_value=1, max_value=99, value=95)
64
+ st.caption('Lower values will generate a few best guesses. Higher values will lead to a comprehensive list of topics that our model considers relevant. \nEmpirically, values arond 95 work best and generate a list of 3-5 guesses.')
65
 
66
  submitted = st.form_submit_button("Taxonomize")
67
  st.caption('We **do not** recommend using ArXivTaxonomizer© to choose tags for you new paper.')