andymcdgeo / las_explorer

LAS Explorer is a Streamlit web app that allows you to understand the contents of a LAS file. Also includes the ability to identify missing data intervals.
41 stars 20 forks source link

[BUG] -Data Visualisation #9

Open ledlou opened 2 years ago

ledlou commented 2 years ago

Describe the bug Warning message on rolling out beta version of some streamlit functions still being in beta state (e.g. st.beta_expander, etc.)

Screenshots image

Running locally:

Additional context And naturally thank you, Andy, for your another great tutorial !

andymcdgeo commented 2 years ago

Thanks for passing this on. I will switch it over to use st.expander when I next update the app.