Vallp commited on
Commit
35f02f2
1 Parent(s): cd5c253

created abstractness

Browse files
Files changed (1) hide show
  1. pages/1_Abstractness.py +8 -0
pages/1_Abstractness.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("ABstractness")
4
+ st.write(
5
+ """
6
+ This page is under construction
7
+ """
8
+ )