- Are you running your app locally or is it deployed?
App is running locally - If your app is deployed:
No - Share the link to your app’s public GitHub repository (including a [requirements file]
GitHub - jschaef/sarfile_analyzer_ng: Fork of https://github.com/jschaef/sar_file_analyzer. Replaced Pandas with Polars for most dataframes - Share the full text of the error message (not a screenshot).
There is no error message at all - Share the Streamlit and Python versions.
streamlit-1.29.0, python 3.11
My app has some submenu’s which are changing the body of the page. Similar to having different pages. The menu contains something like
- display func1
- display func2
- display func3
Each time I run func2 after func1 the page will render empty.
If I run func 3 and afterwards func 2 it works. Same for func1 → func3 → func2 which
is also working.
I have no clue how to debug that because no errors occur on konsole nor on the web page. When downgrading to streamlit 1.28.2 everything is working as expected.
streamlit 1.28.2:
streamlit 1.29.0