cakiki commited on
Commit
576add0
β€’
1 Parent(s): c370283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ if search_query or button_clicked:
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
43
  """
44
- This is a **work in progress** 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/) by way of the Python [chatnoir-api] Package and is therefore not as fast as the main site.
45
 
46
  If you find this project useful in your research, please consider citing:
47
 
41
  with st.expander("🐈 About", expanded=False):
42
  st.markdown(
43
  """
44
+ This is a **work in progress** streamlit version of our [ChatNoir](https://www.chatnoir.eu/) 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] Package and is therefore not as fast as the main site.
45
 
46
  If you find this project useful in your research, please consider citing:
47