kmanoj commited on
Commit
2316b15
1 Parent(s): b991ba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ if text:
15
  st.write(f"Sentiment: {sentiment}")
16
  st.write(f"Sentiment Score: {score}")
17
  else:
18
- st.error(f"Error: Something went wrong. Please try again...")
 
15
  st.write(f"Sentiment: {sentiment}")
16
  st.write(f"Sentiment Score: {score}")
17
  else:
18
+ st.text_area("Error: Something went wrong. Please try again...")