TypeError: argument should be a bytes-like object or ASCII string, not 'NoneType'
Traceback:
File "/project/code/tutorial_app/streamlit_app.py", line 19, in
pg.run()
File "/home/workbench/.local/lib/python3.10/site-packages/streamlit/navigation/page.py", line 303, in run
exec(code, module.dict)
-----------There was more to the error, not all copied