{"id":20455160,"url":"https://github.com/rahulbhoyar1995/deploy-apps-on-streamlit-cloud-tutorial","last_synced_at":"2026-04-22T23:35:05.850Z","repository":{"id":233263280,"uuid":"786394566","full_name":"rahulbhoyar1995/Deploy-Apps-on-Streamlit-Cloud-Tutorial","owner":"rahulbhoyar1995","description":"Learn to deploy Python apps effortlessly on Streamlit Community Cloud with this comprehensive tutorial repository. Simplified steps for beginners to get their apps up and running quickly.","archived":false,"fork":false,"pushed_at":"2024-04-14T10:37:09.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T01:39:14.756Z","etag":null,"topics":["python3","streamlit"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahulbhoyar1995.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-14T10:29:13.000Z","updated_at":"2024-04-14T10:36:50.000Z","dependencies_parsed_at":"2024-04-15T09:25:27.962Z","dependency_job_id":"c8a85b5d-b84b-4c0c-bfea-73aac6cfd1c9","html_url":"https://github.com/rahulbhoyar1995/Deploy-Apps-on-Streamlit-Cloud-Tutorial","commit_stats":null,"previous_names":["rahulbhoyar1995/deploy-apps-on-streamlit-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rahulbhoyar1995/Deploy-Apps-on-Streamlit-Cloud-Tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulbhoyar1995%2FDeploy-Apps-on-Streamlit-Cloud-Tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulbhoyar1995%2FDeploy-Apps-on-Streamlit-Cloud-Tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulbhoyar1995%2FDeploy-Apps-on-Streamlit-Cloud-Tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulbhoyar1995%2FDeploy-Apps-on-Streamlit-Cloud-Tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahulbhoyar1995","download_url":"https://codeload.github.com/rahulbhoyar1995/Deploy-Apps-on-Streamlit-Cloud-Tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahulbhoyar1995%2FDeploy-Apps-on-Streamlit-Cloud-Tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python3","streamlit"],"created_at":"2024-11-15T11:18:04.985Z","updated_at":"2026-04-22T23:35:05.831Z","avatar_url":"https://github.com/rahulbhoyar1995.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Apps on Streamlit Cloud Tutorial\n\n#### Author : Rahul Bhoyar\n\nStreamlit Community Cloud provides an easy way to deploy your apps with just one click. If you're new to Python and Streamlit, don't worry! Follow these simple steps to get your app up and running in minutes.\n\n### Step 1. Prepare Your App:\nIf you don't have an app ready, you can find sample apps in the App Gallery. These apps cover various topics like Machine learning, Data Visualization, and more. You can also fork and deploy samples directly from the \"New app\" button.\n\n### Step 2. Add Your App to GitHub:\nBefore deploying your app, ensure your app code and dependencies are on GitHub. Your directory structure should look like this:\n\n```\nyour-repository/\n├── .streamlit/\n│   └── config.toml\n│   └── secrets.toml\n├── your_app.py\n└── requirements.txt\n```\nIf you're using custom configurations or theming, save your config file as **.streamlit/config.toml** in the root directory. You can also add the secrets in **.streamlit/secrets.toml** file. \n\n### Step 3. Deploy Your App:\n\nGo to your workspace at share.streamlit.io.\nClick \"New app\" and fill in your repo, branch, and file path. You can also paste a GitHub URL directly.\nOptionally, set a custom subdomain for your app.\nClick \"Deploy\" to start the deployment process.\n\n### Step 4. Advanced Settings:\nIf needed, you can specify the Python version or manage secrets before deploying your app. These settings help customize your app deployment according to your requirements.\n\n### Step 5. Watch Your App Launch:\nSit back and watch as your app deploys. It usually takes just a couple of minutes. Once deployed, any changes you make should show up immediately.\n\n### Step 6. Share Your App:\nCongratulations, your app is now live with a unique subdomain URL! Share it with others to showcase your work and collaborate.\n\n**Custom Subdomains:**\nYou can choose a custom subdomain to make your app's URL more memorable. Simply pick a name between 6 and 63 characters and save it in the app settings. Access your app using the customized URL.\n\nFor more information, you can visit : [Deploy your app using Streamlit](https://docs.streamlit.io/deploy/streamlit-community-cloud/deploy-your-app)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulbhoyar1995%2Fdeploy-apps-on-streamlit-cloud-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahulbhoyar1995%2Fdeploy-apps-on-streamlit-cloud-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahulbhoyar1995%2Fdeploy-apps-on-streamlit-cloud-tutorial/lists"}