Spaces:
Running
Running
File size: 319 Bytes
7da22ca |
1 2 3 4 5 6 7 8 |
import dash
from pages.agent_template import create_agent_page
dash.register_page(__name__, path='/training-framework-generation-agent', name="Génération du Référentiel de Formation")
title = "Agent IA pour la génération du Référentiel de Formation à partir du RAC"
layout = create_agent_page(title) |