Is this demo broken for the initial instructions?
Closed this issue · 0 comments
akshaya-a commented
- execute command from docs: https://github.com/streamlit/demo-uber-nyc-pickups#run-this-demo-locally
- I noticed an error saying the "uber...gz" file was not found
- notice the source assumes local path (colocated in repo): https://github.com/streamlit/demo-uber-nyc-pickups/blob/main/streamlit_app.py#L30
- notice "streamlit run" only works for self-contained remote scripts: https://github.com/streamlit/streamlit/blob/develop/lib/streamlit/web/cli.py#L169
Did i miss some instructions or misunderstand how something is expected to work?