Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kavinda2000003
/
GK_AI_Detector
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kavinda2000003
commited on
26 days ago
Commit
a043b44
·
verified
·
1 Parent(s):
fc2b035
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import streamlit as st
2
+
3
+
st.title("GK AI Detector") # Your app title
4
+
user_text = st.text_input("Enter text here") # User input
5
+
if user_text:
6
+
st.success(f"Your text: {user_text}") # Display result