DocUA commited on
Commit
40cd989
·
1 Parent(s): e900961

Edit interface.py

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. interface.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: "Legal Position Search (without AI) BM25S long & short text + vector search ChromaDB"
3
  emoji: "⚖️"
4
  colorFrom: "blue"
5
  colorTo: "green"
 
1
  ---
2
+ title: "Legal Position Hybrid Search (without AI) BM25S + vector search"
3
  emoji: "⚖️"
4
  colorFrom: "blue"
5
  colorTo: "green"
interface.py CHANGED
@@ -12,7 +12,7 @@ def create_gradio_interface(search_action: Callable) -> gr.Blocks:
12
 
13
  with gr.Row():
14
  input_field = gr.Textbox(
15
- label="Введіть текст або посилання на судове рішення",
16
  lines=1,
17
  placeholder="Введіть запит або URL рішення суду...",
18
  )
 
12
 
13
  with gr.Row():
14
  input_field = gr.Textbox(
15
+ label="Введіть текст для пошуку або посилання на судове рішення (у форматі https://reyestr.court.gov.ua/Review/{doc_id})",
16
  lines=1,
17
  placeholder="Введіть запит або URL рішення суду...",
18
  )