Spaces:
Runtime error
Runtime error
finetune
Browse files
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
|
| 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=''
|