christopher commited on
Commit
60017fd
β€’
1 Parent(s): 07b2f64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -41,7 +41,9 @@ if search_query or button_clicked:
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
43
  """
44
- This is a streamlit version of our [Chat Noit](https://www.chatnoir.eu/) search engine. Please cite:
 
 
45
  ```
46
  @InProceedings{bevendorff:2018,
47
  address = {Berlin Heidelberg New York},
 
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
43
  """
44
+ This is a streamlit version of our [Chat Noir](https://www.chatnoir.eu/) search engine. Chat Noir 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/) and is therefore not as performant as the main site.
45
+
46
+ If you find this useful, please cite:
47
  ```
48
  @InProceedings{bevendorff:2018,
49
  address = {Berlin Heidelberg New York},