Spaces:
Runtime error
Runtime error
Log in at the start of app
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ st.set_page_config(
|
|
10 |
if 'last_query' not in st.session_state:
|
11 |
st.session_state['last_query'] = None
|
12 |
|
13 |
-
|
14 |
st.markdown("## arXiv Search")
|
15 |
|
16 |
with st.form("Search form"):
|
|
|
10 |
if 'last_query' not in st.session_state:
|
11 |
st.session_state['last_query'] = None
|
12 |
|
13 |
+
core.login()
|
14 |
st.markdown("## arXiv Search")
|
15 |
|
16 |
with st.form("Search form"):
|