/st-fb-post

Streamlit Component, for Facebook post UI

Primary LanguageTypeScriptMIT LicenseMIT

st-fb-post

Streamlit Component, for Facebook Post UI

authors - @gamcoh

Installation

Install streamlit-fb-post with pip

pip install streamlit-fb-post

usage, import the message function from streamlit_fb_post

import streamlit as st
from streamlit_fb_post import post

post("Happy birthday to the main character in our family!", legend="25 feb", link="https://www.facebook.com/")