Spaces:
Sleeping
Sleeping
Kingston Yip
commited on
Commit
·
ae9b01c
1
Parent(s):
4a09c2d
updates
Browse files
app.py
CHANGED
@@ -21,7 +21,6 @@ with st.form("my_form"):
|
|
21 |
#loading bar
|
22 |
with st.spinner(text="loading..."):
|
23 |
out = clf(tweet)
|
24 |
-
st.success('Done!')
|
25 |
st.json(out)
|
26 |
|
27 |
basic_prompt = '''
|
|
|
21 |
#loading bar
|
22 |
with st.spinner(text="loading..."):
|
23 |
out = clf(tweet)
|
|
|
24 |
st.json(out)
|
25 |
|
26 |
basic_prompt = '''
|