Commit
Β·
f203ad2
1
Parent(s):
60017fd
Update app.py
Browse files
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 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
|
45 |
-
|
46 |
-
|
47 |
```
|
48 |
@InProceedings{bevendorff:2018,
|
49 |
address = {Berlin Heidelberg New York},
|
|
|
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 |
+
If you find this app in your research, please consider citing:
|
46 |
+
|
47 |
```
|
48 |
@InProceedings{bevendorff:2018,
|
49 |
address = {Berlin Heidelberg New York},
|