Forums

Streamlit app works locally but doesn't work on subdomain

i am attempting to launch a streamlit app and following the deployment instructions ya'll created (https://help.pythonanywhere.com/pages/Streamlit/). when i launch it locally, it works fine. but when i launch on the subdomain, it doesn't seem to work fully.

any ideas?

What do you mean by not working fully?

the web page doesn't contain everything on the subdomain versus running locally.

I don't know what that means

my app displays all the charts, widgets, and interactive features as expected when ran locally. when deploying on the subdomain, the expected features are not deployed and are missing entirely.

one example is when ran locally, a specific text box is supposed to appear (which it does), but on the subdomain, it doesn't display at all.

ok, resolved the issue. i only ran the main file but was supposed to run my other files first!!

got it up and running now