test / pages /1_Abstractness.py
Vallp's picture
created abstractness
35f02f2
raw
history blame contribute delete
119 Bytes
import streamlit as st
st.title("ABstractness")
st.write(
"""
This page is under construction
"""
)