Skip to content

issues Search Results · repo:blackary/st_pages language:Python

Filter by

73 results
 (51 ms)

73 results

inblackary/st_pages (press backspace or delete to remove)

st-pages -- 1.0.1 streamlit -- 1.39.0 ImportError: cannot import name show_pages_from_config from st_pages (C:\Users\sakshats\AppData\Local\Programs\Python\Python311\Lib\site-packages\st_pages_init_.py) ...
  • sakshatshinde
  • 1
  • Opened 
    on Oct 11, 2024
  • #112

Previously, even if a page was hidden, I could access it by giving the exact path. I used it in a link to access pages I didn t want to show in the navigation bar. After upgrading to 1.0.1, when clicking ...
  • tombeteende
  • 1
  • Opened 
    on Sep 24, 2024
  • #111

I have two pages, each with the same state s name. When I assign a state to one page, the state of another page will also be written with the same value
  • CaiL230
  • 1
  • Opened 
    on Sep 10, 2024
  • #109

IndexError: list index out of range Exception in thread ScriptRunner.scriptThread: Traceback (most recent call last): File C:\Program Files\Python312\Lib\threading.py , line 1073, in _bootstrap_inner ...
  • Sprocketer
  • 1
  • Opened 
    on Aug 8, 2024
  • #106

The section names get prefixed by an extra space where icon value is empty - due to this part of the code which is not intended I guess nav.txt sample_sections.txt
  • Sairam90
  • 5
  • Opened 
    on Aug 8, 2024
  • #104

When switching to the page where st.chat_input() is located, clicking on another page will not allow switching. After commenting st.chat_input(), you can switch. st_pages==0.5 does not have this issue ...
  • lonbaw
  • 1
  • Opened 
    on Aug 1, 2024
  • #103

Install and try - gets an error @blackary
  • Sprocketer
  • 3
  • Opened 
    on Jul 17, 2024
  • #102

To reproduce: # ui.py from st_pages import Page, show_pages pages = [ Page( ui.py , home ), Page( page.py , page ), ] show_pages(pages) # page.py import streamlit as st st.title( hi ) # ...
  • danb27
  • 6
  • Opened 
    on Jun 20, 2024
  • #99

I have an application that sets the fields layout, page_icon and page_title in st.set_page_config(). However, when I navigate to other pages set up through show_pages(), these settings are ignored (i.e. ...
  • bjo
  • 1
  • Opened 
    on May 8, 2024
  • #98

Hi, Is there away to collapse sections (all or specific ones)? i.e., I have several sections, with few pages under each section and I want to show only the sections and allow the user to click on them ...
  • tombeteende
  • 2
  • Opened 
    on Apr 17, 2024
  • #97
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.