Adapting commited on
Commit
68223e8
Β·
1 Parent(s): 436e5a1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ platforms, number_papers,start_year,end_year,k = render_sidebar()
12
  with st.form("my_form",clear_on_submit=False):
13
  st.markdown('''# πŸ‘‹ Hi, enter your query here :)''')
14
  query_input = st.text_input(
15
- 'Enter your keyphrases',
16
  placeholder='''e.g. "Machine learning"''',
17
  # label_visibility='collapsed',
18
  value=''
 
12
  with st.form("my_form",clear_on_submit=False):
13
  st.markdown('''# πŸ‘‹ Hi, enter your query here :)''')
14
  query_input = st.text_input(
15
+ 'Enter your query:',
16
  placeholder='''e.g. "Machine learning"''',
17
  # label_visibility='collapsed',
18
  value=''