MichaelTrenker / Chang

https://chang-notes.streamlit.app/
GNU General Public License v3.0
3 stars 1 forks source link

bug : edit button not working #5

Open basitS14 opened 11 months ago

basitS14 commented 11 months ago

The edit button on the home page doesn't work. It shows value errors when we click it.

MichaelTrenker commented 11 months ago

yes some context here. i just discovered the streamlit framewrok and really like it how fast you can visualise data as an webapp in python.

With st-pages you can define which pages are shown on the right in the navigation section.

But i doesn't seem to be possible ( as far as i know) to hide an page on the right and navigate with a switch_page() to it, it seems to just work with pages which are shown. The best case would be that the edit task page isn't shown on the right and there is still an possibility to navigate to it, but i don't know yet how this could be achieved.

basitS14 commented 11 months ago

I am also new to streamlit. Let's tackle the issue togther