Sasidhar commited on
Commit
c2eb5af
·
1 Parent(s): c6abafe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ st.title("Review Analyzer")
23
  st.markdown("***")
24
 
25
  text = st.text_area(label="Paste/Type the review here..")
26
- summarize_button_clicked = st.button("Summarize)
27
 
28
  if summarize_button_clicked :
29
 
 
23
  st.markdown("***")
24
 
25
  text = st.text_area(label="Paste/Type the review here..")
26
+ summarize_button_clicked = st.button("Summarize")
27
 
28
  if summarize_button_clicked :
29