File size: 201 Bytes
a043b44
 
 
 
 
 
1
2
3
4
5
6
import streamlit as st

st.title("GK AI Detector")  # Your app title
user_text = st.text_input("Enter text here")  # User input
if user_text:
    st.success(f"Your text: {user_text}")  # Display result