Streamlit API exceution

Hallo All,

I am using Streamlit and recently started to have this problem. It is showing the Streamlit API exception.

StreamlitAPIException: Unable to create Page. The file carbonican.py could not be found.
Traceback:

File "/home/gauravsablok/Desktop/codecreatede/seagrass-functional/seagrasshealth.py", line 60, in <module>
    carbon = st.Page("carbonican.py", title="Carbonic Annhydrase", icon=":material/add_circle:")
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The app runs fine and why it is not detecting the code which is already present in the pages and detecting all of the rest and additionally, i dont know what this exception is coming. Does this has to do with the session state.

If you have any help regarding the same then kindly let me know. The link to the github repository is GitHub - codecreatede/seagrass-functional: a streamlit application for seagrass functional health monitoring

Thank you all,
Gaurav

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