File size: 249 Bytes
a523654
7643627
3473961
2fa835e
1b140ef
6cc8dbd
1b140ef
0bb956f
89031f2
 
0bb956f
1
2
3
4
5
6
7
8
9
10
11
import streamlit as st

st.write("runningg")

text = st.text_area("Enter text....")


if st.button("Analyse"):
    print(text)
    text = """They've been suppressing the truth, but soon the awakened will rise up and expose it all!"""
    print(text)