4 lines
71 B
Python
4 lines
71 B
Python
import streamlit as st
|
|
|
|
def project():
|
|
st.title("BuffTeks Project") |