Rob Caamano commited on
Commit
fd5e1d8
·
unverified ·
1 Parent(s): 390d16b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ input = tokenizer(text, return_tensors="tf")
23
 
24
  if st.button("Submit", type="primary"):
25
  results = clf(text)[0]
26
- st.write(f"The sentiment is {results}.")
 
23
 
24
  if st.button("Submit", type="primary"):
25
  results = clf(text)[0]
26
+ st.write(f"This tweet is: {results}.")