Spaces:
Sleeping
Sleeping
Commit
·
bc7c4f4
1
Parent(s):
8e7b8fa
Update app.py
Browse files
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:
|