blackary / st_pages

An experimental version of Streamlit Multi-Page Apps
MIT License
456 stars 76 forks source link

can not switch pages if use st.chat_input() #103

Open lonbaw opened 1 month ago

lonbaw commented 1 month ago

When switching to the page where st.chat_input() is located, clicking on another page will not allow switching. After commenting st.chat_input(), you can switch. st_pages==0.5 does not have this issue

blackary commented 1 month ago

I tried reproducing this issue using my example app, but was not able to reproduce it. Could you share a minimal app which shows this issue?