Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,9 +111,10 @@ if 'retriever' not in st.session_state:
|
|
111 |
build_retriever()
|
112 |
st.info("Chat with 2 milions arxiv papers, powered by [MyScale](https://myscale.com)", icon="🌟")
|
113 |
st.info("We provides you metadata columns below for query. Please choose a natural expression to describe filters on those columns.\n\n" +
|
114 |
-
"For example: \n\n
|
115 |
-
"-
|
116 |
-
"-
|
|
|
117 |
st.info("You can retrieve papers with button `Query` or ask questions based on retrieved papers with button `Ask`.", icon='💡')
|
118 |
st.dataframe(st.session_state.metadata_columns)
|
119 |
st.text_input("Ask a question:", key='query')
|
|
|
111 |
build_retriever()
|
112 |
st.info("Chat with 2 milions arxiv papers, powered by [MyScale](https://myscale.com)", icon="🌟")
|
113 |
st.info("We provides you metadata columns below for query. Please choose a natural expression to describe filters on those columns.\n\n" +
|
114 |
+
"For example: \n\n" +
|
115 |
+
"- Introduce some applications of GANs published around 2019.\n" +
|
116 |
+
"- 请根据 2019 年左右的文章介绍一下 GAN 的应用都有哪些?" +
|
117 |
+
"- Veuillez présenter les applications du GAN sur la base des articles autour de 2019 ?")
|
118 |
st.info("You can retrieve papers with button `Query` or ask questions based on retrieved papers with button `Ask`.", icon='💡')
|
119 |
st.dataframe(st.session_state.metadata_columns)
|
120 |
st.text_input("Ask a question:", key='query')
|