Update app.py
Browse files
app.py
CHANGED
@@ -6,4 +6,6 @@ text = st.text_area("Enter text....")
|
|
6 |
|
7 |
|
8 |
if st.button("Analyse"):
|
|
|
|
|
9 |
print(text)
|
|
|
6 |
|
7 |
|
8 |
if st.button("Analyse"):
|
9 |
+
print(text)
|
10 |
+
text = """They've been suppressing the truth, but soon the awakened will rise up and expose it all!"""
|
11 |
print(text)
|