Update app.py
Browse files
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 |
|