Commit
·
c370283
1
Parent(s):
f203ad2
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,8 @@ 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 |
|
47 |
```
|
48 |
@InProceedings{bevendorff:2018,
|
|
|
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 |
|
48 |
```
|
49 |
@InProceedings{bevendorff:2018,
|