Test-Streamlit / page /about.py
GilbertClaus's picture
Page
4e84085
raw
history blame contribute delete
108 Bytes
import streamlit as st
def run():
st.write("# ℹ️ About")
st.write("Ini adalah halaman About.")