doublelotus commited on
Commit
726d8ee
·
1 Parent(s): 26155cf
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -21,6 +21,7 @@ def hello():
21
  def analyze():
22
  sentence = "hey there"
23
  result = sentiment_analyzer(sentence)
 
24
  return jsonify(result)
25
 
26
  if __name__ == '__main__':
 
21
  def analyze():
22
  sentence = "hey there"
23
  result = sentiment_analyzer(sentence)
24
+ print(result)
25
  return jsonify(result)
26
 
27
  if __name__ == '__main__':