cakiki commited on
Commit
0d9b5a9
·
1 Parent(s): 0c98547

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,9 +41,9 @@ if search_query or button_clicked:
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
43
  """
44
- This is an example of a Space using a streamlit template to wrap a search engine hosted elsewhere, in this case the ChatNoir search engine. ChatNoir is an Elasticsearch-based search engine offering a freely accessible search interface for the two ClueWeb corpora and the Common Crawl, together about 3 billion web pages. This version of the search engine uses the [Search API](https://www.chatnoir.eu/doc/api/) by way of the Python [chatnoir-api](https://pypi.org/project/chatnoir-api/) Package.
45
 
46
- If you find this project useful in your research, please consider citing: TODO Add Spacerini for the template itself
47
 
48
  ```
49
  @InProceedings{bevendorff:2018,
 
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
43
  """
44
+ This is an example of a Space using a [`spacerini`](https://github.com/castorini/hf-spacerini) streamlit template to wrap a search engine hosted elsewhere, in this case the ChatNoir search engine. ChatNoir is an Elasticsearch-based search engine offering a freely accessible search interface for the two ClueWeb corpora and the Common Crawl, together about 3 billion web pages. This version of the search engine uses the [Search API](https://www.chatnoir.eu/doc/api/) by way of the Python [chatnoir-api](https://pypi.org/project/chatnoir-api/) Package.
45
 
46
+ If you find this project useful in your research, please consider citing:
47
 
48
  ```
49
  @InProceedings{bevendorff:2018,