File size: 119 Bytes
35f02f2
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import streamlit as st

st.title("ABstractness")
st.write(
    """

    This page is under construction

    """
)