mpsk commited on
Commit
6a15d51
1 Parent(s): d2f0525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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- What is a Bayesian network? Please use articles published later than Feb 2018 and with more than 2 categories and whose title like `computer` and must have `cs.CV` in its category.\n" +
115
- "- What is neural network? Please use articles published by Geoffrey Hinton after 2018.\n" +
116
- "- Introduce some applications of GANs published around 2019.")
 
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')