Shakshi3104 commited on
Commit
e87c5c0
β€’
1 Parent(s): b271315

[add] Add info about demo app

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -27,9 +27,11 @@ if __name__ == "__main__":
27
  gr.Markdown("""
28
  # πŸ’Ž Cobalt
29
  Demo app for hybrid search with vector and surface search using [Ruri](https://huggingface.co/cl-nagoya/ruri-large), [BM25](https://github.com/dorianbrown/rank_bm25) and [Voyager](https://spotify.github.io/voyager/).
 
 
30
  """)
31
  # Input query
32
- search_query = gr.Textbox(label="Query", submit_btn=True)
33
 
34
  gr.Markdown("""
35
  ## Search Results
 
27
  gr.Markdown("""
28
  # πŸ’Ž Cobalt
29
  Demo app for hybrid search with vector and surface search using [Ruri](https://huggingface.co/cl-nagoya/ruri-large), [BM25](https://github.com/dorianbrown/rank_bm25) and [Voyager](https://spotify.github.io/voyager/).
30
+
31
+ You can search ARASHI's songs with rap lyrics by Sho Sakurai.
32
  """)
33
  # Input query
34
+ search_query = gr.Textbox(label="Sakurap Words", submit_btn=True)
35
 
36
  gr.Markdown("""
37
  ## Search Results