Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ STATEMENT = st.sidebar.text_area('Enter Statement (String1)', DEFAULT_STATEMENT,
|
|
| 53 |
|
| 54 |
# Enable the button only if there is text in the SENTIMENT variable
|
| 55 |
if STATEMENT:
|
| 56 |
-
if st.sidebar.button('Summarize
|
| 57 |
# Call your Summarize function here
|
| 58 |
# summarize_statement(STATEMENT) # Directly pass the STATEMENT
|
| 59 |
|
|
|
|
| 53 |
|
| 54 |
# Enable the button only if there is text in the SENTIMENT variable
|
| 55 |
if STATEMENT:
|
| 56 |
+
if st.sidebar.button('Summarize Statement1'):
|
| 57 |
# Call your Summarize function here
|
| 58 |
# summarize_statement(STATEMENT) # Directly pass the STATEMENT
|
| 59 |
|