Hey there,
I am trying to create a form using Streamlit. I have developed my code with python and it runs perfectly fine locally in my computer. However, I want to be able to use this form from another server different than the Streamlit Cloud so that it can be accessed from a smartphone. How should I do that? I already have the IP of the server and everything but don’t know exactly how to implement it.
Thanks!