kmanoj commited on
Commit
b991ba2
1 Parent(s): 3064b0d

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: {response.status_code}, {response.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...")