jaifar530 commited on
Commit
35492a6
·
unverified ·
1 Parent(s): 4516b32

fix header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
4
  st.title("Smart Detection System of AI-Generated Text Models")
5
 
6
  #subtitle
7
- st.markdown("## This is a POC repo for Smart Detection System of AI Generated Text Models project, it is a pre-trained model that detect the probablities of using any of the known LLM (chatgpt3, chatgpt4, GoogleBard, HuggingfaceChat)##")
8
 
9
  import os
10
  import requests
 
4
  st.title("Smart Detection System of AI-Generated Text Models")
5
 
6
  #subtitle
7
+ st.markdown("This is a POC for Smart Detection System of AI Generated Text Models project (:blue[MSc Data Analytics]), it is a pre-trained model that detect the probablities of using any of the known LLM (chatgpt3, chatgpt4, GoogleBard, HuggingfaceChat)")
8
 
9
  import os
10
  import requests