Indentation is not applying in Section function of st_pages

show_pages(
[
Section(name=“Active Development”, icon=“:pig:”),
Page(“script1.py”, “AD”),

    Section(name="Sustenance", icon=":pig:"),
    Page("Script2.py", "Sus")
    
]

)

The pages are displayed without indentations from Section.Sections are also clickable.

Thanks in advance.

Regards,
Madhusudan M

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.