mpa-config icon indicating copy to clipboard operation
mpa-config copied to clipboard

Example of configuring multiplage apps via a custom config file

Results 4 mpa-config issues
Sort by recently updated
recently updated
newest added

Fix imports for latest version of streamlit issue #7

Hello, Awesome extension! Congrats. I'm new to Yaml files. Is there a way I can show and hide a page conditionally? For example, for different values of a `st.session_state` variable

HI! 👋 Apologies if I'm missing something very obvious - [file](https://github.com/avrabyt/Streamlit-ipyvizzu/blob/main/app.py), ### error - `File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 563, in _run_script exec(code, module.__dict__) File "/app/streamlit-ipyvizzu/app.py", line 5, in from page_config import...

Wondering if it would not be cleaner to expect script_path in all situations instead of page_name when adding a new page. And if page_name is not given, then infer it...