If you’re creating a debugging post, please include the following info:
- Are you running your app locally or is it deployed?
We are running the application locally.
- If your app is deployed:
a. Is it deployed on Community Cloud or another hosting platform?
b. Share the link to the public deployed app.
We are in testing phase.
- Share the link to your app’s public GitHub repository (including a requirements file).
We do not use public repos.
- Share the full text of the error message (not a screenshot).
We are not getting any errors messages, but rather this is a code organization, or a modular challenge.
- Share the Streamlit and Python versions.
Latest streamlit version as of today. We use Python 3.8.
We realize we can seperate the functional code from the UI code, however, this would involve a lot of time and potential reworking of functional code. We want to know if the multi app libraries address this naturally, or whether there is something funky we need to do programmatically to address the unwanted UI of imported modules showing in the current User Interface.