DocUA commited on
Commit
20afb4d
·
1 Parent(s): 4203274

edit interface

Browse files
Files changed (1) hide show
  1. interface.py +1 -1
interface.py CHANGED
@@ -29,7 +29,7 @@ def create_gradio_interface():
29
  legal_position_json = generate_legal_position(court_decision_text, "", provider, model_name)
30
  display_model_name = get_model_name_by_value(model_name)
31
  position_output_content = (
32
- f"**Короткий зміст позиції суду за введеним рішенням (модель: {display_model_name}):**\n"
33
  f"*{legal_position_json['title']}*: \n"
34
  f"{legal_position_json['text']} "
35
  f"**Категорія:** \n{legal_position_json['category']} "
 
29
  legal_position_json = generate_legal_position(court_decision_text, "", provider, model_name)
30
  display_model_name = get_model_name_by_value(model_name)
31
  position_output_content = (
32
+ f"**Проект правової позиції (модель: {display_model_name}):**\n"
33
  f"*{legal_position_json['title']}*: \n"
34
  f"{legal_position_json['text']} "
35
  f"**Категорія:** \n{legal_position_json['category']} "