Spaces:
Runtime error
Runtime error
Commit
·
eadbed5
1
Parent(s):
2d9476c
Update app.py
Browse files
app.py
CHANGED
@@ -77,8 +77,8 @@ def tester(text):
|
|
77 |
return results[0]['label']
|
78 |
#return results
|
79 |
|
80 |
-
emo = st.text_input(
|
81 |
-
st.write(
|
82 |
tester(emo)
|
83 |
|
84 |
|
|
|
77 |
return results[0]['label']
|
78 |
#return results
|
79 |
|
80 |
+
emo = st.text_input("Enter your text/sentence/phrase input for emotion classification","Examples: You look wonderful tonight. I am exhausted. LOVE.")
|
81 |
+
st.write()
|
82 |
tester(emo)
|
83 |
|
84 |
|