shawarmabytes commited on
Commit
4bb3458
·
1 Parent(s): 409bc24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def tester(text):
16
 
17
 
18
  results = classifier(text)
19
- st.write(results[0]['label'])
20
 
21
 
22
  if (results[0]['label']=="joy"):
 
16
 
17
 
18
  results = classifier(text)
19
+ #st.write(results[0]['label'])
20
 
21
 
22
  if (results[0]['label']=="joy"):