Hello all,
I was super excited with the new st.tabs functionallity recently added that I spent the day including it within my app. When I run it locally it looks amazing but when I try to deploy it I only see the following the message
AttributeError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).
Traceback:
File "/home/appuser/venv/lib/python3.10/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script exec(code, module.__dict__)File "pages/03_🎗️The Global Fund.py", line 230, in <module> tab1, tab2, tab3, tab4 = st.tabs(
I updated the Steamlit version in my Requirements.txt to streamlit==1.11.0 but it’s still the same.
Any idea?
App link : https://adriendbe-streamlit-app-home-ozu03f.streamlitapp.com/%EF%B8%8FThe_Global_Fund
Repository (Page " [03_🎗️The Global Fund.py") https://github.com/AdrienDBe/streamlit_app