richardorama
commited on
Commit
•
ced2a1a
1
Parent(s):
66d3e3b
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ if st.button("Summarize"):
|
|
49 |
|
50 |
DEFAULT_STATEMENT = ""
|
51 |
# Create a text area for user input
|
52 |
-
STATEMENT = st.sidebar.text_area('Enter Statement (
|
53 |
|
54 |
# Enable the button only if there is text in the SENTIMENT variable
|
55 |
if STATEMENT:
|
|
|
49 |
|
50 |
DEFAULT_STATEMENT = ""
|
51 |
# Create a text area for user input
|
52 |
+
STATEMENT = st.sidebar.text_area('Enter Statement (String1)', DEFAULT_STATEMENT, height=150)
|
53 |
|
54 |
# Enable the button only if there is text in the SENTIMENT variable
|
55 |
if STATEMENT:
|