ksvmuralidhar commited on
Commit
bc7c4f4
·
1 Parent(s): 8e7b8fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def inference(text):
39
 
40
  def main():
41
  st.title("Sentiment Analysis App")
42
- review = st.text_area("Enter Review:", "")
43
  if st.button("Submit"):
44
  # result = "Can't Predict"
45
  # if len(review.strip()) > 0:
 
39
 
40
  def main():
41
  st.title("Sentiment Analysis App")
42
+ review = st.text_area("Enter Review:", "", height=200)
43
  if st.button("Submit"):
44
  # result = "Can't Predict"
45
  # if len(review.strip()) > 0: