SiddharthAK commited on
Commit
2009929
·
verified ·
1 Parent(s): 0cf7ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -402,7 +402,7 @@ def calculate_dot_product_and_representations_independent(query_model_choice, do
402
 
403
  # --- Gradio Interface Setup with Tabs ---
404
  with gr.Blocks(title="SPLADE Demos") as demo:
405
- gr.Markdown("# 🌌 SPLADE Demos: Sparse Representation Explorer and Retriever") # Updated title
406
  gr.Markdown("Explore different SPLADE models and their sparse representation types, and calculate similarity between query and document representations.") # Updated description
407
 
408
  with gr.Tabs():
 
402
 
403
  # --- Gradio Interface Setup with Tabs ---
404
  with gr.Blocks(title="SPLADE Demos") as demo:
405
+ gr.Markdown("# 🌌 Sparse Encoder Playground") # Updated title
406
  gr.Markdown("Explore different SPLADE models and their sparse representation types, and calculate similarity between query and document representations.") # Updated description
407
 
408
  with gr.Tabs():