Spaces:
Runtime error
Runtime error
Edit interface
Browse files- interface.py +1 -1
interface.py
CHANGED
@@ -40,7 +40,7 @@ def create_gradio_interface():
|
|
40 |
return f"Error during position generation: {str(e)}"
|
41 |
|
42 |
with gr.Blocks() as app:
|
43 |
-
gr.Markdown("# Генератор
|
44 |
|
45 |
url_input = gr.Textbox(label="URL судового рішення:")
|
46 |
|
|
|
40 |
return f"Error during position generation: {str(e)}"
|
41 |
|
42 |
with gr.Blocks() as app:
|
43 |
+
gr.Markdown("# Генератор проектів правових позицій")
|
44 |
|
45 |
url_input = gr.Textbox(label="URL судового рішення:")
|
46 |
|