shawarmabytes commited on
Commit
68de716
1 Parent(s): 0a553e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -13,5 +13,7 @@ def tester(text):
13
  results = classifier(text)
14
  st.write(results)
15
 
16
- text = st.text_input('First name')
 
 
17
 
 
13
  results = classifier(text)
14
  st.write(results)
15
 
16
+ emo = st.text_input('First name')
17
+ tester(emo)
18
+
19