jaifar530 commited on
Commit
02c74f6
·
unverified ·
1 Parent(s): 82f7ded

adding version

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -22,6 +22,9 @@ nltk.download('punkt')
22
  nltk.download('stopwords')
23
  nltk.download('averaged_perceptron_tagger')
24
 
 
 
 
25
 
26
  #title
27
  st.title("Smart Detection System of AI-Generated Text Models")
 
22
  nltk.download('stopwords')
23
  nltk.download('averaged_perceptron_tagger')
24
 
25
+ #version
26
+ st.markdown("v1.2")
27
+
28
 
29
  #title
30
  st.title("Smart Detection System of AI-Generated Text Models")