richardorama commited on
Commit
6c88c2f
1 Parent(s): ced2a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Statement'):
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