I am try to setup my app but the online version is not work, the local one work very good.
link:https://share.streamlit.io/qiaofei-y/streamlit/main/page.py
I am try to setup my app but the online version is not work, the local one work very good.
link:https://share.streamlit.io/qiaofei-y/streamlit/main/page.py
Hi @Michael_Yan, welcome back!
This app appears to be private, so no one can take a look at what might be wrong. Can you make the GitHub code public so someone can take a look?
Best,
Randy
@randyzwitch Thank you for let me know, I just open the code public,
The code work in local but not work online.
Best,
Michael Yan
Please share a link to your public github repo.
Thank you Franky
This works when deployed from my account, though it does have a few warning messages. So it works, but to have the best result, I would upgrade Streamlit >= 1.10.0 in your requirements.txt
file instead of using 0.84, which is very old.
Best,
Randy
Thank you so much for all the work. I will update it soon