You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Utilize the name attribute to retrieve the step icon and assign the ID in the HTML. Then, use the title attribute to display the step title, ensuring no entries are required in the translation JSON files. If the title is not provided, fallback to the language-dependent translation entry.
with cl.Step(name="step1", title="create image"):
...
name: step1 -> /public/avatars/step1.png
The text was updated successfully, but these errors were encountered:
Utilize the name attribute to retrieve the step icon and assign the ID in the HTML. Then, use the title attribute to display the step title, ensuring no entries are required in the translation JSON files. If the title is not provided, fallback to the language-dependent translation entry.
name: step1 -> /public/avatars/step1.png
The text was updated successfully, but these errors were encountered: