Rob Caamano
commited on
Update app.py
Browse files
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"
|
|
|
23 |
|
24 |
if st.button("Submit", type="primary"):
|
25 |
results = clf(text)[0]
|
26 |
+
st.write(f"This tweet is: {results}.")
|