jaifar530 commited on
Commit
cd5b591
·
unverified ·
1 Parent(s): fa5527f
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,7 @@
1
 
2
  import streamlit as st
3
-
 
4
  #title
5
  st.title("Smart Detection System of AI-Generated Text Models")
6
 
 
1
 
2
  import streamlit as st
3
+ #subtitle
4
+ st.markdown("version: 1.0")
5
  #title
6
  st.title("Smart Detection System of AI-Generated Text Models")
7