Spaces:
Runtime error
Runtime error
shawarmabytes
commited on
Commit
•
68de716
1
Parent(s):
0a553e8
Update app.py
Browse files
app.py
CHANGED
@@ -13,5 +13,7 @@ def tester(text):
|
|
13 |
results = classifier(text)
|
14 |
st.write(results)
|
15 |
|
16 |
-
|
|
|
|
|
17 |
|
|
|
13 |
results = classifier(text)
|
14 |
st.write(results)
|
15 |
|
16 |
+
emo = st.text_input('First name')
|
17 |
+
tester(emo)
|
18 |
+
|
19 |
|