hydralit
hydralit copied to clipboard
A library to create multi-page Streamlit applications with ease.
Hey there! I have been loving using Hydralit, but ran into the issue of the app runner catching all exceptions, and wanted the ability to pass a logger through to...
The first step in all apps is to upload a video file, like ``` f = st.file_uploader("upload video") st.video(f) ``` If I upload the video in app1, and then navigate...
So I was trying to hold a JWT token in cookie when login button is pressed. # app.py ```python import hydralit as hy import streamlit as st from hydralit_components import...
I have a two page application where in one of them I have a few widgets like text box which is connected to a session state variable via the key....
App doesn't run on streamlit cloud. This is VERY frustrating given how much I enjoy this library, and sadly I can't even make it run on their servers even tho...
After copy-pasting Lightening Example and run, I got this: AttributeError: st.session_state has no attribute "allow_access".
Print full exception tracebacks when an exception occurs in a child app.
Below links are given in `README` Link 1 - [https://hydralit-secure-sample.herokuapp.com/](https://hydralit-secure-sample.herokuapp.com/) Link 2 - [https://hydralit-secure-sample.herokuapp.com/](https://hydralit-secure-sample.herokuapp.com/)
Hydralit component breaks with numpy version 2 and above. Need a fix in the component.
Getting ModuleNotFoundError: No module named 'numpy.lib.arraysetops' when trying to run anything with Hydralit. Looks like numpy 2.0 made lib.arraypad, lib.arraysetops, lib.ufunclike and lib.utils modules to private files and ensures that...