GK_AI_Detector / app.py
Kavinda2000003's picture
Create app.py
a043b44 verified
raw
history blame
201 Bytes
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