mpsk commited on
Commit
3d0170b
·
1 Parent(s): cd8e68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -205,7 +205,8 @@ st.info("We provides you metadata columns below for query. Please choose a natur
205
  "- Did Geoffrey Hinton wrote paper about Capsule Neural Networks?\n"
206
  "- Introduce some applications of GANs published around 2019.\n"
207
  "- 请根据 2019 年左右的文章介绍一下 GAN 的应用都有哪些\n"
208
- "- Veuillez présenter les applications du GAN sur la base des articles autour de 2019 ?")
 
209
  tab_sql, tab_self_query = st.tabs(['Vector SQL', 'Self-Query Retrievers'])
210
  with tab_sql:
211
  st.info("You can retrieve papers with button `Query` or ask questions based on retrieved papers with button `Ask`.", icon='💡')
 
205
  "- Did Geoffrey Hinton wrote paper about Capsule Neural Networks?\n"
206
  "- Introduce some applications of GANs published around 2019.\n"
207
  "- 请根据 2019 年左右的文章介绍一下 GAN 的应用都有哪些\n"
208
+ "- Veuillez présenter les applications du GAN sur la base des articles autour de 2019 ?\n"
209
+ "- Is it possible to synthesize room temperature super conductive material?")
210
  tab_sql, tab_self_query = st.tabs(['Vector SQL', 'Self-Query Retrievers'])
211
  with tab_sql:
212
  st.info("You can retrieve papers with button `Query` or ask questions based on retrieved papers with button `Ask`.", icon='💡')