4 lines
75 B
Python
4 lines
75 B
Python
import streamlit as st
|
|
|
|
def home():
|
|
st.html("./webpages/buffteks.html") |