test / app.py
Nikola299's picture
Update app.py
89031f2 verified
raw
history blame
No virus
249 Bytes
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)