pujithapsx commited on
Commit
452efb4
·
verified ·
1 Parent(s): 1bc6164

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -289,9 +289,9 @@ with gr.Blocks(css=custom_css, title="Address Entity Matcher") as demo:
289
  # Footer info
290
  gr.HTML(f"""
291
  <div id="footer-info">
292
- <p>🤖 <strong>Model:</strong> <span>pujithapsx/address-crossencoder-bge-reranker-v2-m3-finetuned</span></p>
293
- <p>📏 <strong>Threshold:</strong> <span>{THRESHOLD}</span> — Score ≥ {THRESHOLD} → MATCH &nbsp;|&nbsp; Score &lt; {THRESHOLD} → NO MATCH</p>
294
- <p>🏷️ <strong>Confidence:</strong> High (score &gt; 0.85 or &lt; 0.40) &nbsp;|&nbsp; Medium (otherwise)</p>
295
  </div>
296
  """)
297
 
 
289
  # Footer info
290
  gr.HTML(f"""
291
  <div id="footer-info">
292
+ <p> <strong>Model:</strong> <span>pujithapsx/address-crossencoder-bge-reranker-v2-m3-finetuned</span></p>
293
+ <p><strong>Threshold:</strong> <span>{THRESHOLD}</span> — Score ≥ {THRESHOLD} → MATCH &nbsp;|&nbsp; Score &lt; {THRESHOLD} → NO MATCH</p>
294
+ <p> <strong>Confidence:</strong> High (score &gt; 0.85 or &lt; 0.40) &nbsp;|&nbsp; Medium (otherwise)</p>
295
  </div>
296
  """)
297