Spaces:
Runtime error
Runtime error
edit interface
Browse files- 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"
|
| 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']} "
|