Help with "Unable to toggle Hydralit experimental features"

Hello, I want to know how can I approach this issue, thanks:
Deployed App with streamlit 1.33.00 python 3.8
I´m using modal popup with:
import hydralit_components as hc
hc.hydralit_experimental(True)

The issue is that it works fine locally, but when deployed, it doesn’t! In the App Manager, I’m seeing this message:

[Errno 13] Permission denied: '/home/adminuser/venv/lib/python3.8/site-packages/streamlit/static/index.html'
Unable to toggle Hydralit experimental features.
Usual cause is permissions on files and folders within your Python package directory.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.