Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -12,6 +12,7 @@ from offres_emploi import Api
|
|
12 |
from offres_emploi.utils import dt_to_str_iso
|
13 |
os.environ["GITHUB_TOKEN"] = os.environ["GITHUB_TOKEN"]
|
14 |
|
|
|
15 |
@cl.step(type="tool", show_input=True)
|
16 |
def Chargement_des_datas(profile):
|
17 |
if profile == "Toutes les formations":
|
|
|
12 |
from offres_emploi.utils import dt_to_str_iso
|
13 |
os.environ["GITHUB_TOKEN"] = os.environ["GITHUB_TOKEN"]
|
14 |
|
15 |
+
@ls.traceable(run_type="tool", name="Retrieve Context : chargement des données Gustaviz")
|
16 |
@cl.step(type="tool", show_input=True)
|
17 |
def Chargement_des_datas(profile):
|
18 |
if profile == "Toutes les formations":
|