streamlit-nested-layout
streamlit-nested-layout copied to clipboard
Allows columns and expanders to be nested
Results
1
streamlit-nested-layout issues
Sort by
recently updated
recently updated
newest added
TypeError: 'function' object is not iterable Traceback: File "D:\software\anaconda3\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in _run_script exec(code, module.__dict__) File "D:\all\notebook\GitProject\streamlit\test\app.py", line 31, in vote("A") File "D:\software\anaconda3\lib\site-packages\streamlit\elements\dialog_decorator.py", line 64, in wrap dialog = event_dg._dialog(title=title,...