Spaces:
Sleeping
Sleeping
Fix app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ newest_date = max(dates)
|
|
40 |
|
41 |
# streamlit
|
42 |
st.title("HF Daily Papers Search")
|
43 |
-
st.markdown(f"Search papers from [HF daily papers](https://huggingface.co/papers).\nNmber of documents: {len(docs)}\nfrom {oldest_date.strftime('%Y-%m-%d')} to {newest_date.strftime('%Y-%m-%d')}")
|
44 |
|
45 |
user_query = st.text_input("Search anything...")
|
46 |
if st.button('β'):
|
|
|
40 |
|
41 |
# streamlit
|
42 |
st.title("HF Daily Papers Search")
|
43 |
+
st.markdown(f"Search papers from [HF daily papers](https://huggingface.co/papers).\n\nNmber of documents: {len(docs)}\n\nfrom {oldest_date.strftime('%Y-%m-%d')} to {newest_date.strftime('%Y-%m-%d')}")
|
44 |
|
45 |
user_query = st.text_input("Search anything...")
|
46 |
if st.button('β'):
|