Spaces:
Running
Running
jaifar530
commited on
fix header
Browse files
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("
|
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
|