9 lines
72 B
Python
9 lines
72 B
Python
import streamlit as st
|
|
|
|
|
|
|
|
def testing():
|
|
st.title("Testing Page")
|
|
|
|
|