Deploying multi-service application in Streamlit community cloud

If you’re creating a debugging post, please include the following info:

  1. Share the link to your app’s public GitHub repository GitHub - Ibrahimkaleel8/Food-Evaluation-using-llm: Buit a llm to know about pros and cons of specific type of food
  2. Streamlit version : 1.36.0. python version : 3.9
    I am building an AI web application consisting of two services frontend and backend. the backend built on FastAPI and the frontend on Streamlit. I now want to deploy my application on Streamlit community Cloud, but I’m unsure how to deploy a multi-service application.

You need to deploy your backend somewhere else, streamlit cloud can only serve streamlit applications.

Thank you @Goyo for your suggestions. Could you please let me know how I can proceed with the backend deployment?

Sorry, I have no experience with that, but the fastapi docs have a section on it.

1 Like