Skip to content

shibatanaoto/streamlit-morph-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Streamlit App with Morph

1. Create a streamlit app

pip install streamlit
touch main.py

2. Create a morph_project.yml file in the project root.

deployment.provider is needed to be set as gcp for Streamlit App.

version: '1'

package_manager: pip

build:
  framework: streamlit
  runtime: python3.12
  context: .

deployment:
  provider: gcp

3. Create a requirements.txt file in the project root.

pip freeze > requirements.txt

4. Deploy

Create a Github repository and push the project. And then, you can deploy the app from Morph Dashboard.

https://docs.morph-data.io/docs/en/quickstart/deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages