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)