pszemraj commited on
Commit
3888af3
·
verified ·
1 Parent(s): d3813ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -109,12 +109,12 @@ def show_components():
109
 
110
  with gr.Blocks() as demo:
111
  gr.HTML(
112
- """
113
  <h1>Vector Search any Hugging Face Dataset</h1>
114
  <p>
115
- This app allows you to vector search any Hugging Face dataset.
116
- You can search for the nearest neighbors of a query vector, or
117
- perform a similarity search on a dataframe.
118
  </p>
119
  """
120
  )
 
109
 
110
  with gr.Blocks() as demo:
111
  gr.HTML(
112
+ f"""
113
  <h1>Vector Search any Hugging Face Dataset</h1>
114
  <p>
115
+ This app allows you to vector search any Hugging Face dataset using
116
+ <a href="https://hf.co/{model_name}" target="_blank">{model_name}</a>.
117
+ Select a relevant split & column name, then search!
118
  </p>
119
  """
120
  )