Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import pickle
|
|
11 |
st.set_page_config(page_title="App", layout="wide")
|
12 |
|
13 |
st.title("Semantic Search on HAL UNIV-COTEDAZUR SHS articles from 2013 to 2023")
|
14 |
-
st.subheader("The pre-processed data are accesible and documented from this HF dataset ")
|
15 |
|
16 |
with st.spinner('Loading datasets...'):
|
17 |
dataset = load_dataset(
|
|
|
11 |
st.set_page_config(page_title="App", layout="wide")
|
12 |
|
13 |
st.title("Semantic Search on HAL UNIV-COTEDAZUR SHS articles from 2013 to 2023")
|
14 |
+
st.subheader("The pre-processed data are accesible and documented from this HF dataset [Geraldine/hal_univcotedazur_shs_articles_2013-2023](https://huggingface.co/datasets/Geraldine/hal_univcotedazur_shs_articles_2013-2023)")
|
15 |
|
16 |
with st.spinner('Loading datasets...'):
|
17 |
dataset = load_dataset(
|