Sasidhar commited on
Commit
8eb040b
1 Parent(s): 2d055aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if action == "Analyse a Review":
52
  if review:
53
  #res = text_generator( prompt, max_length=100, temperature=0.7)
54
  #st.write(res)
55
- if st.button("Summarize the review"):
56
  sentiment = get_sentiment(review)
57
  st.write(sentiment)
58
 
 
52
  if review:
53
  #res = text_generator( prompt, max_length=100, temperature=0.7)
54
  #st.write(res)
55
+ if st.button("Get the Sentiment of the Review"):
56
  sentiment = get_sentiment(review)
57
  st.write(sentiment)
58