INLEXIO commited on
Commit
cc10842
·
verified ·
1 Parent(s): a8b141c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -607,7 +607,7 @@ with tab3:
607
  step=100,
608
  help="Maximum number of works to retrieve (Warning: >10,000 may be slow)",
609
  key="api_max_results"
610
- ):
611
  api_author_name = st.text_input(
612
  "Author Name",
613
  placeholder="e.g., John Smith",
 
607
  step=100,
608
  help="Maximum number of works to retrieve (Warning: >10,000 may be slow)",
609
  key="api_max_results"
610
+ )
611
  api_author_name = st.text_input(
612
  "Author Name",
613
  placeholder="e.g., John Smith",