Geraldine commited on
Commit
ffb9504
1 Parent(s): cb56193

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import hf_hub_download
8
  import pickle
9
 
10
  # Set Streamlit page configuration
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)")
 
8
  import pickle
9
 
10
  # Set Streamlit page configuration
11
+ st.set_page_config(page_title="App")
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)")