Flask to streamlit

Can we make a flask web app on streamlit. ?

Hey @iamamarpal, welcome to the forum !

Could you develop a little bit around your idea ? The Streamlit eng team has been poking on the idea to enable Streamlit to respond to API calls like Flask does through this issue.

For now Streamlit is tightly coupled to its underlying web framework Tornado so doing the direct integration of Flask apps in Streamlit is not possible for now. But if your pain is solely on having an API available to request Streamlit objects/processing, check out the mentioned issue and tell us if this would solve your pain.

Fanilo

2 Likes

I have a webapp on flask framework and wanted to customise like streamlit UI to run. I got my answer thanks.