davidberenstein1957 commited on
Commit
d593d0c
·
verified ·
1 Parent(s): ea9333b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def similarity_search(
39
  with gr.Blocks() as demo:
40
  gr.Markdown("""# Vector Search Hub Datasets
41
 
42
- Part of [smol blueprint](https://github.com/davidberenstein1957/smol-blueprint) - a smol blueprint for AI development, focusing on practical examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs. """)
43
  query = gr.Textbox(label="Query")
44
  k = gr.Slider(1, 10, value=5, label="Number of results")
45
  btn = gr.Button("Search")
 
39
  with gr.Blocks() as demo:
40
  gr.Markdown("""# Vector Search Hub Datasets
41
 
42
+ Part of [smol blueprint](https://github.com/huggingface/smol-blueprint) - a smol blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs. """)
43
  query = gr.Textbox(label="Query")
44
  k = gr.Slider(1, 10, value=5, label="Number of results")
45
  btn = gr.Button("Search")