TangleSpace / hydralit

A library to create multi-page Streamlit applications with ease.
Apache License 2.0
202 stars 19 forks source link

fix for streamlit>=1.7.0 #28

Closed AnvithLobo closed 2 years ago

AnvithLobo commented 2 years ago

address changes made to streamlit in https://github.com/streamlit/streamlit/commit/ba46ad297e8816f0d6a3aa910ce67556239f3e6d

fixes https://github.com/TangleSpace/hydralit/issues/27

TangleSpace commented 2 years ago

i'd suggest you contribute to a different project, as i'm not interested in merging garbage into this code base or dealing with people that think they have some right to my work after contributing absolutely nothing of value.

v1.7.0

from streamlit.script_run_context import get_script_run_ctx to

v1.8.0

from streamlit.scriptrunner.script_run_context import get_script_run_ctx