Skip to content

Commit

Permalink
add streamlit template
Browse files Browse the repository at this point in the history
add streamlit template
  • Loading branch information
hemarina authored Aug 7, 2023
2 parents dea818e + 93f560a commit 0ae39b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export type TagType =
| 'ai'
| 'php'
| 'agw'
| 'streamlit'
;


Expand Down Expand Up @@ -290,7 +291,11 @@ export const Tags: {[type in TagType]: Tag} = {
description: 'Template architecture uses Kubernetes',
color: 'hotpink',
},

streamlit: {
label: 'Streamlit',
description: 'Template architecture uses Streamlit library',
color: 'hotpink',
},
// ---- Azure Services
ahds: {
label: 'Azure Health Data Service',
Expand Down
13 changes: 13 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,5 +1028,18 @@
"loganalytics",
"bicep"
]
},
{
"title": "Simple Streamlit",
"description": "A tiny, no-frills, template to deploy Python's Streamlit web framework to Azure App Service in the free tier.",
"preview": "./templates/images/simple-flask-azd.png",
"website": "https://github.com/MiguelElGallo",
"author": "Miguel P. Z.",
"source": "https://github.com/MiguelElGallo/simple-streamlit-azd",
"tags": [
"python",
"appservice",
"streamlit"
]
}
]

0 comments on commit 0ae39b9

Please sign in to comment.