Hey,
i am trying very hard to get to the underlaying tornado server of streamlit, i have a very “basic” usecase, i want to add a seperate route for / but on post (so if someone used the form on my wordpress page, i want the data be sent to streamlit via post). As the form data will be a possible file i can not send it via query parameter.
Is there a way to do so, without spinning up ANOTHER webserver ?