Streamlit
https://gyazo.com/21c35e3a0d34906e18f7862a6664344f
A faster way to build and share data apps.
インタラクティブなデータ可視化ダッシュボードなどに向いているUIを作るやつ?
website
github
例:
code:python
import streamlit as st
number = st.slider("Pick a number", 0, 100)
https://gyazo.com/c4e8ee427a5f5e8ed057c51a24579784
関連
Gradio