An open API service indexing awesome lists of open source software.

https://github.com/streamlit/blog-image-generator

Streamlit app that generates SVGs for use in our blog
https://github.com/streamlit/blog-image-generator

Last synced: 10 months ago
JSON representation

Streamlit app that generates SVGs for use in our blog

Awesome Lists containing this project

README

          

# Streamlit Blog Image Generator

A Streamlit app to generate images for the [Streamlit blog](https://blog.streamlit.io).

 

## Try it out online

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://image-generator.streamlit.app)

 

## Try it out locally

#### Installation

```sh
pip install -r requirements.txt
```

#### Usage

```python
streamlit run streamlit_app.py
```

🎈🎈🎈